diff options
| -rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 4 | 
2 files changed, 1 insertions, 5 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 ffb222bd72..2989850e98 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb  | |||
| @@ -28,5 +28,3 @@ FILES_${PN}-dbg += "${libdir}/*/.debug" | |||
| 28 | 28 | ||
| 29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" | 29 | SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" | 
| 30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" | 30 | SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" | 
| 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 a9081dce5b..620ee1f6cc 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb  | |||
| @@ -28,7 +28,7 @@ do_configure_prepend() { | |||
| 28 | } | 28 | } | 
| 29 | 29 | ||
| 30 | do_compile_append() { | 30 | do_compile_append() { | 
| 31 | for i in $(find ${S} -name "*.pc") ; do | 31 | for i in $(find ${B} -name "*.pc") ; do | 
| 32 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 32 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 
| 33 | -e s:/${TARGET_SYS}::g \ | 33 | -e s:/${TARGET_SYS}::g \ | 
| 34 | $i | 34 | $i | 
| @@ -38,5 +38,3 @@ do_compile_append() { | |||
| 38 | 38 | ||
| 39 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" | 39 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" | 
| 40 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" | 40 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" | 
| 41 | |||
| 42 | PNBLACKLIST[libnice] ?= "BROKEN: QA Issue: nice.pc failed sanity test (tmpdir)" | ||
