diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-09-03 10:47:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 08:57:57 +0100 |
commit | 5c1638ced33daa823f1b74a286fcae23818a74c2 (patch) | |
tree | 2067af36822536e0ef755511335949ca6b049c2b /meta/recipes-kernel/kern-tools | |
parent | 9bf90ab9dd18cc2876c8b4e886929de21f910759 (diff) | |
download | poky-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.bb | 4 |
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." | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" | 3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" |
4 | 4 | ||
5 | DEPENDS = "git-native" | 5 | DEPENDS = "git-native guilt-native" |
6 | 6 | ||
7 | PR = r5 | 7 | PR = r6 |
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | 9 | ||
10 | inherit native | 10 | inherit native |