summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-release-03b147.inc
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-06-20 14:36:07 +0300
committerMaxin B. John <maxin.john@intel.com>2016-06-20 14:38:48 +0300
commit1d820a778c0aa5d1d8bbff9949e77c32a08c8a7b (patch)
treed5b13a07608fcda0ce3c4d4a7f15c83cbb070c8b /recipes-core/icedtea/openjdk-7-release-03b147.inc
parent74811bbadaf55fd105ad092a1fcb4923afd4d41d (diff)
downloadmeta-java-1d820a778c0aa5d1d8bbff9949e77c32a08c8a7b.tar.gz
replace base_contains by bb.utils.contains
Replace all instances of base_contains with bb.utils.contains to avoid warnings. Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r--recipes-core/icedtea/openjdk-7-release-03b147.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc
index fdf3a89..0685729 100644
--- a/recipes-core/icedtea/openjdk-7-release-03b147.inc
+++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc
@@ -96,7 +96,7 @@ OPENJDK_HEADLESS_PATCHES = " \
96 patches/icedtea-disable-sun.applet-for-tools-in-headless.patch \ 96 patches/icedtea-disable-sun.applet-for-tools-in-headless.patch \
97 " 97 "
98 98
99CLEAN_X11_DISTRIBUTION_PATCH = "${@base_contains('PACKAGECONFIG', 'x11', '', '${OPENJDK_HEADLESS_PATCHES}', d)}" 99CLEAN_X11_DISTRIBUTION_PATCH = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', '${OPENJDK_HEADLESS_PATCHES}', d)}"
100 100
101export DISTRIBUTION_PATCHES = " \ 101export DISTRIBUTION_PATCHES = " \
102 patches/icedtea-ecj-disable-compilation.patch \ 102 patches/icedtea-ecj-disable-compilation.patch \