diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-21 12:15:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:55 +0200 |
commit | a8b54e300be027fefe8a774ca1861d0fb8e80d99 (patch) | |
tree | 1596d11ddc57c9991a1e6a8d0b4bae934093c50d | |
parent | c83e7339e02c51eb38ff6d940a8f6bc6cc4f7284 (diff) | |
download | meta-openembedded-a8b54e300be027fefe8a774ca1861d0fb8e80d99.tar.gz |
pidgin-otr: unblacklist
* pidgin was already unblacklisted
* add dependency on glib2-native for glib-gettextize
* remove manual -dbg definition
* fix indentation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb index 47cdc72421..e8539c902e 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | |||
@@ -2,20 +2,15 @@ SUMMARY = "(OTR) Messaging allows you to have private conversations over instant | |||
2 | HOMEPAGE = "http://www.cypherpunks.ca/otr/" | 2 | HOMEPAGE = "http://www.cypherpunks.ca/otr/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" |
5 | DEPENDS = "libgcrypt libotr pidgin intltool-native" | 5 | DEPENDS = "libgcrypt libotr pidgin intltool-native glib-2.0-native" |
6 | |||
7 | PNBLACKLIST[pidgin-otr] ?= "depends on blacklisted pidgin - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
8 | 6 | ||
9 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ | 7 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ |
10 | file://ignore_extra-portability_warnings.patch \ | 8 | file://ignore_extra-portability_warnings.patch \ |
11 | " | 9 | " |
12 | 10 | ||
13 | SRC_URI[md5sum] = "eadb953376acc474e56041d4c12aa2c8" | 11 | SRC_URI[md5sum] = "eadb953376acc474e56041d4c12aa2c8" |
14 | SRC_URI[sha256sum] = "d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691" | 12 | SRC_URI[sha256sum] = "d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691" |
15 | 13 | ||
16 | |||
17 | FILES_${PN} = "${libdir}/pidgin/*" | 14 | FILES_${PN} = "${libdir}/pidgin/*" |
18 | FILES_${PN}-dbg = "${libdir}/pidgin/.debug" | 15 | |
19 | FILES_${PN}-dbg += "${libdir}/pidgin/.debug/pidgin-otr.so" | ||
20 | FILES_${PN}-dbg += "/usr/src/debug/pidgin-otr/${PV}-${PR}/${P}/*" | ||
21 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |