diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:27:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:31 +0100 |
commit | 0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10 (patch) | |
tree | f8cee6979bd583937b17d964e6d14f4a6fa88c06 /meta/recipes-core | |
parent | 5164821975bb8524760f386065b476a6b4722a2f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/tasks/task-core-sdk.bb | 6 |
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" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | DEPENDS = "task-poky" | 9 | DEPENDS = "task-core" |
10 | PR = "r7" | 10 | PR = "r7" |
11 | 11 | ||
12 | ALLOW_EMPTY = "1" | 12 | ALLOW_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) |