aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2017-10-12 10:53:30 +0200
committerKoen Kooi <koen.kooi@linaro.org>2017-10-12 10:53:30 +0200
commit5d2cb685217794293ea2bab18d7e62019c329d06 (patch)
treed6ad1c34f60323ab743d6b56a6f4049e499ddcd2
parent5e4ea71d26a397cbcad512033165986e674b7fb2 (diff)
imagemagick: switch back to old bb.utils syntax
Change-Id: Ifc8509c8f6fee30aa1ea26d3b175527540f58382 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--meta-optee/recipes-support/imagemagick/imagemagick_6.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-optee/recipes-support/imagemagick/imagemagick_6.9.2.bb b/meta-optee/recipes-support/imagemagick/imagemagick_6.9.2.bb
index baf699a5..e2bcbd8a 100644
--- a/meta-optee/recipes-support/imagemagick/imagemagick_6.9.2.bb
+++ b/meta-optee/recipes-support/imagemagick/imagemagick_6.9.2.bb
@@ -23,7 +23,7 @@ inherit autotools pkgconfig update-alternatives
EXTRA_OECONF = "--program-prefix= --program-suffix=.im6 --without-perl --disable-openmp --without-xml --disable-opencl"
CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
-PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"
PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"