diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-24 13:58:38 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:28 +0100 |
commit | 67146de39c20754269f5a3d5db9916dff7e868fb (patch) | |
tree | eccc53c9d81b222f999f70320b812d3851e8bc28 /meta-oe | |
parent | 6706871ee6c551c2e09afcc5abf00c13e07ac536 (diff) | |
download | meta-openembedded-67146de39c20754269f5a3d5db9916dff7e868fb.tar.gz |
libnice, farsight2, pidgin: Blacklist because libnice's nice.pc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index beb610813..ffb222bd7 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
@@ -29,3 +29,4 @@ FILES_${PN}-dbg += "${libdir}/*/.debug" | |||
29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" | 29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" |
30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" | 30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" |
31 | 31 | ||
32 | PNBLACKLIST[farsight2] ?= "Depends on broken libnice" | ||
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 711b6bdbf..a9081dce5 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -39,3 +39,4 @@ do_compile_append() { | |||
39 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" | 39 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" |
40 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" | 40 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" |
41 | 41 | ||
42 | PNBLACKLIST[libnice] ?= "BROKEN: QA Issue: nice.pc failed sanity test (tmpdir)" | ||
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb index 1088f0ad8..83521100d 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl | |||
7 | inherit autotools gettext pkgconfig gconf perlnative | 7 | inherit autotools gettext pkgconfig gconf perlnative |
8 | 8 | ||
9 | # http://errors.yoctoproject.org/Errors/Details/25824/ | 9 | # http://errors.yoctoproject.org/Errors/Details/25824/ |
10 | PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core" | 10 | PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core and also depends on broken libnice through farsight2" |
11 | 11 | ||
12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
13 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ | 13 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ |