aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2011-01-27 14:21:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 16:49:13 +0000
commitc7b489c22bcf7f0e062f4dd1c4040928cd71883a (patch)
tree7a9db8d38c83ec8808da68a4ff8cb57db11f4ee3 /meta/recipes-core/tasks
parentce9d6ebf34d7972021529c6270426c1760b967e5 (diff)
downloadopenembedded-core-contrib-c7b489c22bcf7f0e062f4dd1c4040928cd71883a.tar.gz
task-poky-sdk: add 'file' and 'ldd'
these two are useful in the development environment, and also required by two LTP test cases (ld and ldd). Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-poky-sdk.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-poky-sdk.bb b/meta/recipes-core/tasks/task-poky-sdk.bb
index 758cc2e64f..8d5455a3c9 100644
--- a/meta/recipes-core/tasks/task-poky-sdk.bb
+++ b/meta/recipes-core/tasks/task-poky-sdk.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "task-poky"
-PR = "r6"
+PR = "r7"
ALLOW_EMPTY = "1"
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -43,6 +43,8 @@ RDEPENDS_task-poky-sdk = "\
quilt \
less \
distcc \
+ ldd \
+ file \
tcl"
#python generate_sdk_pkgs () {