aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-02-11 17:40:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:44:35 +0100
commit00ba7da845b96a15b42550d15a343f7bc36392f8 (patch)
tree4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-xfce/recipes-apps
parentb7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff)
downloadmeta-openembedded-contrib-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb2
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
index e87dea79e1..f0cb7f0c8e 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb
@@ -18,3 +18,5 @@ EXTRA_OECONF = "--disable-gtk3"
FILES_${PN} += "${datadir}/glib-2.0/schemas"
+
+PNBLACKLIST[mousepad] ?= "Depends on blacklisted gtksourceview2"
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
index bdbec458bc..2c91fa9b93 100644
--- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
+++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
@@ -12,3 +12,5 @@ SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d"
SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2"
RDEPENDS_${PN} = "gst-meta-audio"
+
+PNBLACKLIST[xfce4-mixer] ?= "Depends on blacklisted gst-plugins-base"