summaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libxcrypt')
-rw-r--r--recipes-core/libxcrypt/libxcrypt_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/libxcrypt/libxcrypt_%.bbappend b/recipes-core/libxcrypt/libxcrypt_%.bbappend
index 0b4fbb3d..55e453d9 100644
--- a/recipes-core/libxcrypt/libxcrypt_%.bbappend
+++ b/recipes-core/libxcrypt/libxcrypt_%.bbappend
@@ -1,4 +1,4 @@
1# if vmsep is in distro features, we need a static libxycryp, so we can build 1# if vmsep is in distro features, we need a static libxycryp, so we can build
2# a static busybox. The end result of this is: 2# a static busybox. The end result of this is:
3# EXTRA_OECONF_remove = "--disable-static" 3# EXTRA_OECONF:remove = "--disable-static"
4EXTRA_OECONF_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}" 4EXTRA_OECONF:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}"