summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/defaultsetup.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf
index 80de23f517..c087943698 100644
--- a/meta/conf/distro/defaultsetup.conf
+++ b/meta/conf/distro/defaultsetup.conf
@@ -10,7 +10,7 @@ require conf/distro/include/uninative-flags.inc
10 10
11USER_CLASSES ?= "" 11USER_CLASSES ?= ""
12PACKAGE_CLASSES ?= "package_ipk" 12PACKAGE_CLASSES ?= "package_ipk"
13INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx" 13INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx buildstats"
14INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}" 14INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}"
15 15
16INIT_MANAGER ??= "none" 16INIT_MANAGER ??= "none"