task-poky-sdk: add tcl package in the sdk image
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 12 Nov 2010 21:51:38 +0000 (13:51 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 18 Nov 2010 21:30:25 +0000 (13:30 -0800)
poky-image-sdk target does not build tcl package. This commit fixes it.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-core/tasks/task-poky-sdk.bb

index 021878c..09c60ec 100644 (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']