From 0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 18:27:22 +0100 Subject: Catch task-poky -> task-core renaming (From OE-Core rev: 27147ae60f22f5be257727b1ec69f48a7192ffb3) Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-core-sdk.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-core/tasks/task-core-sdk.bb') diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index a158509b2d..4aee0c2b5a 100644 --- a/meta/recipes-core/tasks/task-core-sdk.bb +++ b/meta/recipes-core/tasks/task-core-sdk.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Software Development Tasks for OpenedHand Poky" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -DEPENDS = "task-poky" +DEPENDS = "task-core" PR = "r7" ALLOW_EMPTY = "1" @@ -48,10 +48,10 @@ RDEPENDS_task-core-sdk = "\ tcl" #python generate_sdk_pkgs () { -# poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] +# poky_pkgs = read_pkgdata('task-core', d)['PACKAGES'] # pkgs = bb.data.getVar('PACKAGES', d, 1).split() # for pkg in poky_pkgs.split(): -# newpkg = pkg.replace('task-poky', 'task-core-sdk') +# newpkg = pkg.replace('task-core', 'task-core-sdk') # # # for each of the task packages, add a corresponding sdk task # pkgs.append(newpkg) -- cgit v1.2.3-54-g00ecf