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-efl/efl/libeflvala_svn.bb | |
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-efl/efl/libeflvala_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/libeflvala_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb index 4922b1b37..87ea66b3d 100644 --- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb +++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb | |||
@@ -19,3 +19,5 @@ S = "${WORKDIR}/${SRCNAME}" | |||
19 | 19 | ||
20 | PACKAGES =+ "${PN}-examples" | 20 | PACKAGES =+ "${PN}-examples" |
21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" | 21 | FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*" |
22 | |||
23 | PNBLACKLIST[libeflvala] ?= "Depends on blacklisted elementary" | ||