angstrom-feed-configs.bb: stop using base_contains

The base_contains function is deprecated and we ought to use
bb.utils.contains instead.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Max Krummenacher
2016-05-26 13:03:40 +02:00
committed by Andreas Müller
parent f43894018f
commit 87f1bbf973

View File

@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
FEED_BASEPATH ?= "unstable/feed/"
IWMMXT_FEED = "${@base_contains('MACHINE_FEATURES', 'iwmmxt', 'iwmmxt', '',d)}"
IWMMXT_FEED = "${@bb.utils.contains('MACHINE_FEATURES', 'iwmmxt', 'iwmmxt', '',d)}"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg