diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-04-22 20:48:54 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-05-02 14:03:03 -0700 |
| commit | 33837ef82ade4d2b04f32e263c42538b19ca59ae (patch) | |
| tree | dbdb13f795f6079b87068246806ae9e37c02d9f3 /meta-efl/recipes-efl/efl | |
| parent | d336edb5d2d0013530ab55cfb9709dd10d529e86 (diff) | |
| download | meta-openembedded-33837ef82ade4d2b04f32e263c42538b19ca59ae.tar.gz | |
meta-efl: use bb.utils.contains() instead of base_contains()
base_contains() is a compatibility wrapper and may warn in the future, so
replace all instances with bb.utils.contains().
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
| -rw-r--r-- | meta-efl/recipes-efl/efl/entrance_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb index 337473705d..2888dc8dc1 100644 --- a/meta-efl/recipes-efl/efl/entrance_svn.bb +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
| @@ -16,7 +16,7 @@ PNBLACKLIST[entrance] ?= "broken: switch to https://git.enlightenment.org/misc/e | |||
| 16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
| 17 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" | 17 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" | 19 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" |
| 20 | 20 | ||
| 21 | PR = "r7" | 21 | PR = "r7" |
| 22 | PV = "0.0.4+svnr${SRCPV}" | 22 | PV = "0.0.4+svnr${SRCPV}" |
