summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index eda505c861..37fa1cd5e1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -916,7 +916,8 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
916# Native distro features (will always be used for -native, even if they 916# Native distro features (will always be used for -native, even if they
917# are not enabled for target) 917# are not enabled for target)
918DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr" 918DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
919DISTRO_FEATURES_NATIVESDK ?= "x11" 919DISTRO_FEATURES_NATIVESDK ?= "acl x11 ipv6 xattr"
920DISTRO_FEATURES_NATIVESDK:mingw32 = "x11 ipv6"
920 921
921# Normally target distro features will not be applied to native builds: 922# Normally target distro features will not be applied to native builds:
922# Native distro features on this list will use the target feature value 923# Native distro features on this list will use the target feature value