diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-10-16 20:43:09 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:33:53 -0700 |
| commit | 3e7260ffd75a12feca9b64898574cd9e0452e2ce (patch) | |
| tree | 297d863bc6a39dead07418542baf0ef194f0595b /meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | |
| parent | db9dbfdc7806a0f4c8f46b63c55bb65eae6258b9 (diff) | |
| download | meta-openembedded-3e7260ffd75a12feca9b64898574cd9e0452e2ce.tar.gz | |
pidgin-sipe: Upgrade to 1.25.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb new file mode 100644 index 0000000000..1d739874be --- /dev/null +++ b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SUMMARY = "Protocol plugin for Office 365/Lync/OCS for Adium, Pidgin, Miranda and Telepathy IM Framework" | ||
| 2 | SECTION = "webos/services" | ||
| 3 | LICENSE = "GPLv2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 5 | |||
| 6 | DEPENDS = "pidgin gmime intltool-native glib-2.0-native" | ||
| 7 | |||
| 8 | inherit autotools gettext pkgconfig | ||
| 9 | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "0e742f021dc8c3f17435aea05c3e0314" | ||
| 14 | SRC_URI[sha256sum] = "738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba" | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= "nss krb5" | ||
| 17 | PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss" | ||
| 18 | PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl" | ||
| 19 | PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5" | ||
| 20 | #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer" | ||
| 21 | PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib" | ||
| 22 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" | ||
| 23 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" | ||
| 24 | |||
| 25 | FILES_${PN}-dev += " \ | ||
| 26 | ${libdir}/purple-2/*.la \ | ||
| 27 | " | ||
| 28 | |||
| 29 | FILES_${PN} += " \ | ||
| 30 | ${libdir}/purple-2/libsipe.so \ | ||
| 31 | ${datadir}/appdata \ | ||
| 32 | ${datadir}/metainfo \ | ||
| 33 | " | ||
