slugos: add siteinfo to INHERIT, since it's used for the distro and image names
authorChris Larson <chris_larson@mentor.com>
Sat, 20 Mar 2010 03:19:48 +0000 (20:19 -0700)
committerChris Larson <chris_larson@mentor.com>
Sat, 20 Mar 2010 03:19:48 +0000 (20:19 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/distro/include/slugos.inc

index 10a2bc4..e7ecc80 100644 (file)
@@ -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.