From bf05ca50930998986a39c74bb086ee2b21fc3793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 20 Mar 2018 12:37:15 +0100 Subject: [PATCH] angstrom.conf: replace base_less_or_equal by oe.utils.less_or_equal 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 54c3718..039821e 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -40,7 +40,7 @@ TOOLCHAIN_BRAND ?= "" # helpful for common users). # Also, it appears that no locales fit in 16Mb for now. "C" locale rules! ROOT_FLASH_SIZE ??= "32" -IMAGE_LINGUAS ?= '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}' +IMAGE_LINGUAS ?= '${@oe.utils.less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)}' # set feed path variables FEED_BASEPATH = "feeds/next/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"