aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libee/libee.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libee/libee.inc')
-rw-r--r--meta-oe/recipes-support/libee/libee.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libee/libee.inc b/meta-oe/recipes-support/libee/libee.inc
index 5b552ca2a6..256fa053be 100644
--- a/meta-oe/recipes-support/libee/libee.inc
+++ b/meta-oe/recipes-support/libee/libee.inc
@@ -18,7 +18,7 @@ inherit autotools ptest pkgconfig
DEPENDS += "libestr"
-PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'ptest', 'testbench', '', d)}"
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'testbench', '', d)}"
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,,"
PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,,"