diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-01-30 12:14:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-02-01 13:48:27 +0000 |
commit | 99aa19ff53922b61dee0c8b63ee7f664f90e9a91 (patch) | |
tree | 551690686c0f9bd61fd3185d8d4cf101482d1a0d /meta-webserver/recipes-httpd/nginx | |
parent | 6f536298c1afcaaff2771c7d0f242259d6b9fc1f (diff) | |
download | meta-openembedded-99aa19ff53922b61dee0c8b63ee7f664f90e9a91.tar.gz |
recipes: use oe.utils.conditional instead of deprecated base_conditional
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx')
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 51523b606..e6ae52a09 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -51,7 +51,7 @@ do_configure () { | |||
51 | 51 | ||
52 | ./configure \ | 52 | ./configure \ |
53 | --crossbuild=Linux:${TUNE_ARCH} \ | 53 | --crossbuild=Linux:${TUNE_ARCH} \ |
54 | --with-endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ | 54 | --with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ |
55 | --with-int=4 \ | 55 | --with-int=4 \ |
56 | --with-long=${PTRSIZE} \ | 56 | --with-long=${PTRSIZE} \ |
57 | --with-long-long=8 \ | 57 | --with-long-long=8 \ |