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 | |
| 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')
| -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 | ||||
| -rw-r--r-- | meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb | 2 |
3 files changed, 5 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 3f1e27e872..de722a9d1e 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 90960a2b05..830ea07cea 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" | ||
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb index f8ecc934d0..6f14af5696 100644 --- a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb +++ b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb | |||
| @@ -42,3 +42,5 @@ do_install() { | |||
| 42 | 42 | ||
| 43 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" | 43 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" |
| 44 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" | 44 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" |
| 45 | |||
| 46 | PNBLACKLIST[fbreader] ?= "Depends on blacklisted libgpewidget" | ||
