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-efl/recipes-devtools | |
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-efl/recipes-devtools')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl_1.15.0.bb | 2 | ||||
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl_git.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb index 7abbc32d9..5018d9bbc 100644 --- a/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb +++ b/meta-efl/recipes-devtools/python/python-efl_1.15.0.bb | |||
@@ -2,3 +2,5 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" | 3 | SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" |
4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" | 4 | SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" |
5 | |||
6 | PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary" | ||
diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb index 83a01ac69..4bff50fe4 100644 --- a/meta-efl/recipes-devtools/python/python-efl_git.bb +++ b/meta-efl/recipes-devtools/python/python-efl_git.bb | |||
@@ -7,3 +7,5 @@ DEFAULT_PREFERENCE = "-1" | |||
7 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" | 7 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | |||
11 | PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary" | ||