summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-04-11 03:53:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 08:27:41 +0100
commit4c02dd5f6432c6e683a57d47b610f56433e9ca0d (patch)
treee2b06ce6961e0f35fa8706d67a1a30ccc608ab21 /meta/recipes-kernel/kern-tools
parent7c06aec133007c75aadea18ecb85cbebbd862ccf (diff)
downloadpoky-4c02dd5f6432c6e683a57d47b610f56433e9ca0d.tar.gz
kern-tools: fix conditional configuration items
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. (From OE-Core rev: 4170e458e0f700319f4e1023c0c6c2d803449566) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
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 5334f7574b..9dcd896bcf 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
4 4
5DEPENDS = "git-native guilt-native" 5DEPENDS = "git-native guilt-native"
6 6
7SRCREV = "89821213a5df891254f40c9ddccdcfd780d25c3f" 7SRCREV = "e3f59062bc594239856549e165c9e373cbbac1d6"
8PR = "r12" 8PR = "r12"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10