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>
This commit is contained in:
Nitin A Kamble
2010-11-12 13:51:38 -08:00
committed by Saul Wold
parent 0c02e2db99
commit caf8fe3749

View File

@@ -5,7 +5,7 @@
DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
LICENSE = "MIT"
DEPENDS = "task-poky"
PR = "r5"
PR = "r6"
ALLOW_EMPTY = "1"
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -40,7 +40,8 @@ RDEPENDS_task-poky-sdk = "\
findutils \
quilt \
less \
distcc"
distcc \
tcl"
#python generate_sdk_pkgs () {
# poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES']