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-oe/recipes-support/mongodb | |
| 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-oe/recipes-support/mongodb')
| -rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ | |||
| 58 | --use-system-zlib \ | 58 | --use-system-zlib \ |
| 59 | --js-engine=none \ | 59 | --js-engine=none \ |
| 60 | --nostrip \ | 60 | --nostrip \ |
| 61 | --endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ | 61 | --endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ |
| 62 | ${PACKAGECONFIG_CONFARGS} \ | 62 | ${PACKAGECONFIG_CONFARGS} \ |
| 63 | mongod mongos" | 63 | mongod mongos" |
| 64 | 64 | ||
