From: Chris Larson Date: Sat, 20 Mar 2010 03:19:48 +0000 (-0700) Subject: slugos: add siteinfo to INHERIT, since it's used for the distro and image names X-Git-Tag: Release-2010-05/1~339^2~20^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5911b9afddee7c72ab266e72783a36c05b4f89d7;p=openembedded.git slugos: add siteinfo to INHERIT, since it's used for the distro and image names Signed-off-by: Chris Larson --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 10a2bc4a02..e7ecc80b12 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -44,7 +44,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" +INHERIT += "package_ipk debian testlab packaged-staging siteinfo" # FULL_OPTIMIZATION # Optimization settings. Os works fine and is significantly better than O2.