summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9625a6fef4..8daaaad615 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -904,7 +904,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
904 904
905# Native distro features (will always be used for -native, even if they 905# Native distro features (will always be used for -native, even if they
906# are not enabled for target) 906# are not enabled for target)
907DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" 907DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
908DISTRO_FEATURES_NATIVESDK ?= "x11" 908DISTRO_FEATURES_NATIVESDK ?= "x11"
909 909
910# Normally target distro features will not be applied to native builds: 910# Normally target distro features will not be applied to native builds: