diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 19:33:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (patch) | |
tree | 9b2e91f290c52751640596fb5a77c7d6f86d68c6 /meta-xfce/recipes-apps | |
parent | 00ba7da845b96a15b42550d15a343f7bc36392f8 (diff) | |
download | meta-openembedded-7f3176f6288516fb79378c3e6ec4c03fa1a8c98d.tar.gz |
recipes: blacklist recipes runtime 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/ristretto/ristretto_0.8.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb index 7abf18687..1aaf54966 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.1.bb | |||
@@ -13,3 +13,9 @@ SRC_URI[md5sum] = "5332876b627b3237eebb76db66e2fb11" | |||
13 | SRC_URI[sha256sum] = "0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee" | 13 | SRC_URI[sha256sum] = "0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee" |
14 | 14 | ||
15 | FILES_${PN} += "${datadir}/appdata" | 15 | FILES_${PN} += "${datadir}/appdata" |
16 | |||
17 | PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted tumbler" | ||
18 | |||
19 | PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted ristretto-dev" | ||
20 | |||
21 | PNBLACKLIST[ristretto] ?= "Runtime depends on blacklisted ristretto" | ||