mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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:
committed by
Saul Wold
parent
0c02e2db99
commit
caf8fe3749
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user