From 3b34ff0fb2753ddeffabbc7b631c95ba7ca50bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 26 Feb 2018 11:15:58 +0100 Subject: [PATCH] replace @base_conditional by @oe.utils.conditional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/angstrom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index d97ac82..54c3718 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -93,7 +93,7 @@ DISTRO_BLUETOOTH_MANAGER = "\ # We want to ship extra debug utils in the rootfs when doing a debug build DEBUG_APPS ?= "" -DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps",d)}' +DEBUG_APPS += '${@oe.utils.conditional("DISTRO_TYPE", "release", "", "strace procps",d)}' # This hooks into packagegroup-base, so it won't do anything if your images doesn't include packagegroup-base. # angstrom-version: ship this to have an identifiable rootfs so user can report bugs against a specific version