From eeb3f8e893e351520f3b8e642027e0dd6ca7c08b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Piotr=20=C5=81obacz?=
Date: Wed, 12 Jul 2023 21:04:24 +0200
Subject: [PATCH] bitbake.conf: Add acl distro native features support
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Include support for ACLs for native builds by default.
Signed-off-by: Piotr Åobacz
Signed-off-by: Richard Purdie
---
meta/conf/bitbake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9625a6fef4c..8daaaad6153 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -904,7 +904,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
# Native distro features (will always be used for -native, even if they
# are not enabled for target)
-DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr"
+DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
DISTRO_FEATURES_NATIVESDK ?= "x11"
# Normally target distro features will not be applied to native builds:
--
2.47.3