From 00ba7da845b96a15b42550d15a343f7bc36392f8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 17:40:01 +0100 Subject: recipes: blacklist recipes depending on blacklisted recipes Signed-off-by: Martin Jansa --- meta-efl/recipes-devtools/python/python-efl_1.15.0.bb | 2 ++ meta-efl/recipes-devtools/python/python-efl_git.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-efl/recipes-devtools/python') 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 7abbc32d90..5018d9bbc7 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 SRC_URI[md5sum] = "f7c5d557336ea9df69bcca09c420711a" SRC_URI[sha256sum] = "11e607b465cb66dafe05c66e02d61e09335b370fe9fd2a74d88282b3ee597bcc" + +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 83a01ac696..4bff50fe43 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" SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" S = "${WORKDIR}/git" + +PNBLACKLIST[python-efl] ?= "Depends on blacklisted elementary" -- cgit v1.2.3-54-g00ecf