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-gnome/recipes-apps | |
| 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-gnome/recipes-apps')
| -rw-r--r-- | meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb index 6e0e0aab07..682c6fa26f 100644 --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb +++ b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | |||
| @@ -20,3 +20,7 @@ EXTRA_OECONF += "--disable-scrollkeeper" | |||
| 20 | do_configure_prepend() { | 20 | do_configure_prepend() { |
| 21 | sed -i -e "s: help : :g" ${S}/Makefile.am | 21 | sed -i -e "s: help : :g" ${S}/Makefile.am |
| 22 | } | 22 | } |
| 23 | |||
| 24 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer" | ||
| 25 | |||
| 26 | PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop" | ||
