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-webserver/recipes-httpd/nginx/nginx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 51523b606f..e6ae52a09f 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -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 \ -- cgit 1.2.3-korg