diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-12 13:51:38 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:25 -0800 |
commit | caf8fe37496f49ed920036ac8763ec56b0029570 (patch) | |
tree | d8983e158d5c36af1824f6ba46a796858ba3a389 /meta/recipes-core/tasks | |
parent | 0c02e2db99a99aac1137a7976c3bc47bb8557afa (diff) | |
download | poky-caf8fe37496f49ed920036ac8763ec56b0029570.tar.gz |
task-poky-sdk: add tcl package in the sdk image
poky-image-sdk target does not build tcl package. This commit fixes it.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r-- | meta/recipes-core/tasks/task-poky-sdk.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-poky-sdk.bb b/meta/recipes-core/tasks/task-poky-sdk.bb index 021878cf06..09c60ec5df 100644 --- a/meta/recipes-core/tasks/task-poky-sdk.bb +++ b/meta/recipes-core/tasks/task-poky-sdk.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" | 5 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | DEPENDS = "task-poky" | 7 | DEPENDS = "task-poky" |
8 | PR = "r5" | 8 | PR = "r6" |
9 | 9 | ||
10 | ALLOW_EMPTY = "1" | 10 | ALLOW_EMPTY = "1" |
11 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' | 11 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' |
@@ -40,7 +40,8 @@ RDEPENDS_task-poky-sdk = "\ | |||
40 | findutils \ | 40 | findutils \ |
41 | quilt \ | 41 | quilt \ |
42 | less \ | 42 | less \ |
43 | distcc" | 43 | distcc \ |
44 | tcl" | ||
44 | 45 | ||
45 | #python generate_sdk_pkgs () { | 46 | #python generate_sdk_pkgs () { |
46 | # poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] | 47 | # poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] |