recipes: use oe.utils.conditional instead of deprecated base_conditional

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2018-01-30 12:14:10 +00:00
parent 6f536298c1
commit 99aa19ff53
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ do_configure () {
./configure \
--crossbuild=Linux:${TUNE_ARCH} \
--with-endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
--with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
--with-int=4 \
--with-long=${PTRSIZE} \
--with-long-long=8 \