diff options
| author | Noor Ahsan <noor_ahsan@mentor.com> | 2016-05-06 20:48:54 +0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-10 20:18:56 +0200 |
| commit | 1bc1405b0a3f477d656ce736804fed87ce016296 (patch) | |
| tree | 3056838cc4f6d88786154c3b97e97bd8fea97c44 /meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |
| parent | 786ab843f0eb825781df5b4c639b6ae5f4c74c41 (diff) | |
| download | meta-openembedded-1bc1405b0a3f477d656ce736804fed87ce016296.tar.gz | |
libnice, farsight2: unblacklist as libnice's nice.pc issue fixed.
* Update do_compile_append where it was updating *.pc from ${S} and
removing staging dir folder. Now we have seperate build folder
where packages get build. We have to search pc in ${B} not in ${S}.
After updating the tmp dir path is removed from nice.pc file.
* Remove PNBLACKLIST for libnice and farsight2 recipes.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/farsight/farsight2_0.0.22.bb')
| -rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 2 |
1 files changed, 0 insertions, 2 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" | ||
