summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 18:27:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:31 +0100
commit0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10 (patch)
treef8cee6979bd583937b17d964e6d14f4a6fa88c06 /meta/recipes-core/tasks
parent5164821975bb8524760f386065b476a6b4722a2f (diff)
downloadpoky-0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10.tar.gz
Catch task-poky -> task-core renaming
(From OE-Core rev: 27147ae60f22f5be257727b1ec69f48a7192ffb3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-core-sdk.bb6
1 files changed, 3 insertions, 3 deletions
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"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9DEPENDS = "task-poky" 9DEPENDS = "task-core"
10PR = "r7" 10PR = "r7"
11 11
12ALLOW_EMPTY = "1" 12ALLOW_EMPTY = "1"
@@ -48,10 +48,10 @@ RDEPENDS_task-core-sdk = "\
48 tcl" 48 tcl"
49 49
50#python generate_sdk_pkgs () { 50#python generate_sdk_pkgs () {
51# poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] 51# poky_pkgs = read_pkgdata('task-core', d)['PACKAGES']
52# pkgs = bb.data.getVar('PACKAGES', d, 1).split() 52# pkgs = bb.data.getVar('PACKAGES', d, 1).split()
53# for pkg in poky_pkgs.split(): 53# for pkg in poky_pkgs.split():
54# newpkg = pkg.replace('task-poky', 'task-core-sdk') 54# newpkg = pkg.replace('task-core', 'task-core-sdk')
55# 55#
56# # for each of the task packages, add a corresponding sdk task 56# # for each of the task packages, add a corresponding sdk task
57# pkgs.append(newpkg) 57# pkgs.append(newpkg)