[OE-core] [PATCH 8/8] kern-tools: fix conditional configuration items

Bruce Ashfield bruce.ashfield at windriver.com
Thu Apr 11 13:27:07 UTC 2013


Variables defined in .scc files have two purposes:

   - Documentation in the meta-series
   - Variables that can be tested in sub sections and other features

The second part of this functionality was broken when fixing configuration
for tiny/small systems. As a result, arch tests were failing and configs were
dropped.  This restores the existing functionality.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 5334f75..9dcd896 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native guilt-native"
 
-SRCREV = "89821213a5df891254f40c9ddccdcfd780d25c3f"
+SRCREV = "e3f59062bc594239856549e165c9e373cbbac1d6"
 PR = "r12"
 PV = "0.1+git${SRCPV}"
 
-- 
1.7.10.4





More information about the Openembedded-core mailing list