From 5911b9afddee7c72ab266e72783a36c05b4f89d7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 19 Mar 2010 20:19:48 -0700 Subject: [PATCH] slugos: add siteinfo to INHERIT, since it's used for the distro and image names Signed-off-by: Chris Larson --- conf/distro/include/slugos.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5