diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-08-10 16:19:07 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-10 17:15:39 +0100 |
| commit | cb67b6d236a2704876688160dc2b712f791e5320 (patch) | |
| tree | 4dc62adc6b084a0908e30d1448426cac1d052a35 | |
| parent | 15bf2d5d311e4c0bd7049a9dcfaa6ecdaa275e8c (diff) | |
| download | poky-cb67b6d236a2704876688160dc2b712f791e5320.tar.gz | |
kern-tools-native: add scc
Add scc to the list of installed programs, as it's required by updateme
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/packages/kern-tools/kern-tools-native_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/kern-tools/kern-tools-native_git.bb b/meta/packages/kern-tools/kern-tools-native_git.bb index fe848c187c..9ce5bd70ba 100644 --- a/meta/packages/kern-tools/kern-tools-native_git.bb +++ b/meta/packages/kern-tools/kern-tools-native_git.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8 | |||
| 4 | 4 | ||
| 5 | DEPENDS = "git-native" | 5 | DEPENDS = "git-native" |
| 6 | 6 | ||
| 7 | PR = r4 | 7 | PR = r5 |
| 8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
| 9 | 9 | ||
| 10 | inherit native | 10 | inherit native |
| @@ -15,7 +15,7 @@ S = "${WORKDIR}" | |||
| 15 | kern_tools_LIST = kgit kgit-init kgit-meta \ | 15 | kern_tools_LIST = kgit kgit-init kgit-meta \ |
| 16 | kgit-checkpoint kgit-clean \ | 16 | kgit-checkpoint kgit-clean \ |
| 17 | generate_cfg kconf_check configme \ | 17 | generate_cfg kconf_check configme \ |
| 18 | createme updateme patchme get_defconfig | 18 | createme updateme patchme get_defconfig scc |
| 19 | 19 | ||
| 20 | do_compile() { | 20 | do_compile() { |
| 21 | : | 21 | : |
