aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-09-09 11:03:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-09-09 11:05:38 -0700
commit8cfa7531a02e1c8380508b3dbed653427bf04c36 (patch)
treeedd95fef2b1e9f66ef2cc50958b42cc4f5102bed /conf/distro/include/slugos.inc
parentf641c14f2d22d09a9055e085444fba12001ab49f (diff)
downloadopenembedded-8cfa7531a02e1c8380508b3dbed653427bf04c36.tar.gz
Per the TSC decision, make packaged-staging default
For now, just ensures its inherited. In the future, we can merge / simplify staging.bbclass with packaged-staging.bbclass as appropriate. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 430e85904d..4c509c6aef 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -53,7 +53,7 @@ USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"
-INHERIT += "package_ipk debian testlab packaged-staging siteinfo"
+INHERIT += "package_ipk debian testlab siteinfo"
# FULL_OPTIMIZATION
# Optimization settings. Os works fine and is significantly better than O2.