summaryrefslogtreecommitdiffstats
path: root/external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend')
-rw-r--r--external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend b/external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend
new file mode 100644
index 00000000..0b4fbb3d
--- /dev/null
+++ b/external/meta-virtualization/recipes-core/libxcrypt/libxcrypt_%.bbappend
@@ -0,0 +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)}"