diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-03-01 18:30:49 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-07 13:30:26 +0100 |
| commit | 0c31f55bcfd6630d894dd2dda6ca483bea5de4ab (patch) | |
| tree | 362ae6300bfa295709e24a4879639fb4c0fb5116 /meta-efl/recipes-efl/e17 | |
| parent | b4524eb786472e69e28212a58a329a5e44e40547 (diff) | |
| download | meta-openembedded-0c31f55bcfd6630d894dd2dda6ca483bea5de4ab.tar.gz | |
Make use of the new bb.utils.filter() function
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc index 444ec89593..a6e964b550 100644 --- a/meta-efl/recipes-efl/e17/e-wm.inc +++ b/meta-efl/recipes-efl/e17/e-wm.inc | |||
| @@ -7,12 +7,10 @@ SRCNAME = "e" | |||
| 7 | inherit e update-alternatives gettext pkgconfig | 7 | inherit e update-alternatives gettext pkgconfig |
| 8 | S = "${WORKDIR}/${SRCNAME}" | 8 | S = "${WORKDIR}/${SRCNAME}" |
| 9 | 9 | ||
| 10 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" |
| 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
| 12 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" | 11 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" |
| 13 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 12 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 14 | 13 | ||
| 15 | |||
| 16 | EXTRA_OECONF = "\ | 14 | EXTRA_OECONF = "\ |
| 17 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 15 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 18 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 16 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
