aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcrypt/libxcrypt_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/libxcrypt/libxcrypt_%.bbappend')
-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 @@
# if vmsep is in distro features, we need a static libxycryp, so we can build
# a static busybox. The end result of this is:
-# EXTRA_OECONF_remove = "--disable-static"
-EXTRA_OECONF_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}"
+# EXTRA_OECONF:remove = "--disable-static"
+EXTRA_OECONF:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}"