From c7b489c22bcf7f0e062f4dd1c4040928cd71883a Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Thu, 27 Jan 2011 14:21:54 +0800 Subject: 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 --- meta/recipes-core/tasks/task-poky-sdk.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core') 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 () { -- cgit v1.2.3-54-g00ecf