summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-16 20:43:09 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:33:53 -0700
commit3e7260ffd75a12feca9b64898574cd9e0452e2ce (patch)
tree297d863bc6a39dead07418542baf0ef194f0595b
parentdb9dbfdc7806a0f4c8f46b63c55bb65eae6258b9 (diff)
downloadmeta-openembedded-3e7260ffd75a12feca9b64898574cd9e0452e2ce.tar.gz
pidgin-sipe: Upgrade to 1.25.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb (renamed from meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb
index 7632fd2de7..1d739874be 100644
--- a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.24.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb
@@ -5,14 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5 5
6DEPENDS = "pidgin gmime intltool-native glib-2.0-native" 6DEPENDS = "pidgin gmime intltool-native glib-2.0-native"
7 7
8inherit pkgconfig 8inherit autotools gettext pkgconfig
9inherit autotools
10 9
11SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \
12" 11"
13 12
14SRC_URI[md5sum] = "b91106d28c235b347a63dcb676f7b66a" 13SRC_URI[md5sum] = "0e742f021dc8c3f17435aea05c3e0314"
15SRC_URI[sha256sum] = "958803722b23d869131f76bd90df9da19116d4ca5a873e5253371479b7390f43" 14SRC_URI[sha256sum] = "738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba"
16 15
17PACKAGECONFIG ??= "nss krb5" 16PACKAGECONFIG ??= "nss krb5"
18PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss" 17PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss"