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-initramfs/recipes-devtools/klibc | |
| 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-initramfs/recipes-devtools/klibc')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc index 9014f5267f..7df33d64e4 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | |||
| @@ -48,7 +48,7 @@ do_install() { | |||
| 48 | ln -s gzip ${D}${base_bindir}/zcat | 48 | ln -s gzip ${D}${base_bindir}/zcat |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | EXTRA_KLIBC_DEPS = "${@base_conditional('KLIBC_UTILS_VARIANT', 'shared', '${THIS_LIBKLIBC}', '', d)}" | 51 | EXTRA_KLIBC_DEPS = "${@oe.utils.conditional('KLIBC_UTILS_VARIANT', 'shared', '${THIS_LIBKLIBC}', '', d)}" |
| 52 | 52 | ||
| 53 | PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*" | 53 | PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*" |
| 54 | 54 | ||
