summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-09-03 10:47:04 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-03 08:57:57 +0100
commit5c1638ced33daa823f1b74a286fcae23818a74c2 (patch)
tree2067af36822536e0ef755511335949ca6b049c2b /meta/recipes-kernel/kern-tools
parent9bf90ab9dd18cc2876c8b4e886929de21f910759 (diff)
downloadpoky-5c1638ced33daa823f1b74a286fcae23818a74c2.tar.gz
kern-tools: add dependency on guilt-native
Fix [BUGID #262] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb4
1 files changed, 2 insertions, 2 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 9ce5bd70ba..b59919651b 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Scripts and utilities for managing Wind River kernels."
2LICENSE = "GPL" 2LICENSE = "GPL"
3LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" 3LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee"
4 4
5DEPENDS = "git-native" 5DEPENDS = "git-native guilt-native"
6 6
7PR = r5 7PR = r6
8PV = "0.1+git${SRCPV}" 8PV = "0.1+git${SRCPV}"
9 9
10inherit native 10inherit native