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-gpe/recipes-graphics | |
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-gpe/recipes-graphics')
-rw-r--r-- | meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb | 1 | ||||
-rw-r--r-- | meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb b/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb index 3f1e27e87..de722a9d1 100644 --- a/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb +++ b/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb | |||
@@ -21,3 +21,4 @@ SRC_URI += "file://0001-Fix-the-ordering-of-LDADD-options-to-fix-a-compilati.pat | |||
21 | 21 | ||
22 | RREPLACES_${PN} = "gpe-screenshot" | 22 | RREPLACES_${PN} = "gpe-screenshot" |
23 | 23 | ||
24 | PNBLACKLIST[gpe-scap] ?= "Depends on blacklisted libgpewidget" | ||
diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb index 90960a2b0..830ea07ce 100644 --- a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb +++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" | |||
14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" | 14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" |
15 | 15 | ||
16 | export CVSBUILD="no" | 16 | export CVSBUILD="no" |
17 | |||
18 | PNBLACKLIST[minilite] ?= "Depends on blacklisted libgpewidget" | ||