소스 검색

libnice, farsight2, pidgin: Blacklist because libnice's nice.pc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa 8 년 전
부모
커밋
67146de39c

+ 1 - 0
meta-oe/recipes-support/farsight/farsight2_0.0.22.bb

@@ -29,3 +29,4 @@ FILES_${PN}-dbg += "${libdir}/*/.debug"
 SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88"
 SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974"
 
+PNBLACKLIST[farsight2] ?= "Depends on broken libnice"

+ 1 - 0
meta-oe/recipes-support/farsight/libnice_0.0.13.bb

@@ -39,3 +39,4 @@ do_compile_append() {
 SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9"
 SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0"
 
+PNBLACKLIST[libnice] ?= "BROKEN: QA Issue: nice.pc failed sanity test (tmpdir)"

+ 1 - 1
meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb

@@ -7,7 +7,7 @@ DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl
 inherit autotools gettext pkgconfig gconf perlnative
 
 # http://errors.yoctoproject.org/Errors/Details/25824/
-PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core"
+PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core and also depends on broken libnice through farsight2"
 
 SRC_URI = "\
     ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \