aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/libxcrypt/libxcrypt_%.bbappend
blob: 0b4fbb3daa029d7cb13adbfae6a314aa00b16f8d (plain)
1
2
3
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)}"