From 99aa19ff53922b61dee0c8b63ee7f664f90e9a91 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 30 Jan 2018 12:14:10 +0000 Subject: recipes: use oe.utils.conditional instead of deprecated base_conditional Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mongodb/mongodb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/mongodb') diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index 0ff7d0b59f..8acbf071b4 100644 --- a/meta-oe/recipes-support/mongodb/mongodb_git.bb +++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb @@ -58,7 +58,7 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \ --use-system-zlib \ --js-engine=none \ --nostrip \ - --endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ + --endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ ${PACKAGECONFIG_CONFARGS} \ mongod mongos" -- cgit v1.2.3-54-g00ecf