projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ac547
)
task-poky-sdk: add tcl package in the sdk image
author
Nitin A Kamble
<nitin.a.kamble@intel.com>
Fri, 12 Nov 2010 21:51:38 +0000
(13:51 -0800)
committer
Saul 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
patch
|
blob
|
history
diff --git
a/meta/recipes-core/tasks/task-poky-sdk.bb
b/meta/recipes-core/tasks/task-poky-sdk.bb
index
021878c
..
09c60ec
100644
(file)
--- a/
meta/recipes-core/tasks/task-poky-sdk.bb
+++ b/
meta/recipes-core/tasks/task-poky-sdk.bb
@@
-5,7
+5,7
@@
DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
LICENSE = "MIT"
DEPENDS = "task-poky"
-PR = "r
5
"
+PR = "r
6
"
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']