From 00ba7da845b96a15b42550d15a343f7bc36392f8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 17:40:01 +0100 Subject: recipes: blacklist recipes depending on blacklisted recipes Signed-off-by: Martin Jansa --- meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 4 ++++ meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 ++ meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb | 2 ++ meta-oe/recipes-support/xchat/xchat_2.8.8.bb | 2 ++ 4 files changed, 10 insertions(+) (limited to 'meta-oe/recipes-support') 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" SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88" SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974" + +PNBLACKLIST[farsight2] ?= "Depends on blacklisted gstreamer" +PNBLACKLIST[farsight2] ?= "Depends on blacklisted libnice" +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() { SRC_URI[md5sum] = "e5b9f799a57cb939ea2658ec35253ab9" SRC_URI[sha256sum] = "d8dd260c486a470a6052a5323920878a084e44a19df09b15728b85c9e3d6edf0" + +PNBLACKLIST[libnice] ?= "Depends on blacklisted gstreamer" diff --git a/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb b/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb index 6e1c8ab4a..ef01be590 100644 --- a/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb +++ b/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb @@ -12,3 +12,5 @@ SRC_URI = "http://ftp.postgresql.org/pub/odbc/versions/src/${BPN}-${PV}.tar.gz \ SRC_URI[md5sum] = "4c6e0b22187d7bb1c998ffac89e50f6b" SRC_URI[sha256sum] = "9521f328bf28aaaf5c8488dc89792b614f9d6271742c0baf9bb41c97537764a8" + +PNBLACKLIST[psqlodbc] ?= "Depends on blacklisted postgresql" diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb index 6da11cd94..f7d8cfd8a 100644 --- a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb +++ b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb @@ -35,3 +35,5 @@ FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug" SRC_URI[md5sum] = "6775c44f38e84d06c06c336b32c4a452" SRC_URI[sha256sum] = "0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0" + +PNBLACKLIST[xchat] ?= "Depends on blacklisted libsexy" -- cgit v1.2.3-54-g00ecf