]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-sdk: add 'file' and 'ldd'
authorKevin Tian <kevin.tian@intel.com>
Thu, 27 Jan 2011 06:21:54 +0000 (14:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jan 2011 16:49:13 +0000 (16:49 +0000)
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>
meta/recipes-core/tasks/task-poky-sdk.bb

index 758cc2e64f5727f41bade12ecbfc2e16b5804164..8d5455a3c9dc582c56577d8c69b3f5f7cf28824c 100644 (file)
@@ -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 () {