diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 17:40:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 00ba7da845b96a15b42550d15a343f7bc36392f8 (patch) | |
tree | 4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-oe/recipes-support/farsight | |
parent | b7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff) | |
download | meta-openembedded-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz |
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/farsight')
-rw-r--r-- | meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 |
2 files changed, 6 insertions, 0 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 2989850e9..a9ed0919a 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
@@ -28,3 +28,7 @@ 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 blacklisted gstreamer" | ||
33 | PNBLACKLIST[farsight2] ?= "Depends on blacklisted libnice" | ||
34 | PNBLACKLIST[farsight2] ?= "Depends on blacklisted gst-plugins-base" | ||
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 3c2a054ef..c4d4cd2b8 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -40,3 +40,5 @@ do_compile_append() { | |||
40 | 40 | ||
41 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" | 41 | SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" |
42 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" | 42 | SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" |
43 | |||
44 | PNBLACKLIST[libnice] ?= "Depends on blacklisted gstreamer" | ||