diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:30 +0100 |
commit | 6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (patch) | |
tree | 1646acfdc315d3dfcc2516a6f49509ba7f633fae /meta/recipes-gnome/tasks | |
parent | 4d609d502161137620c4b1901cc225f9e871c3dc (diff) | |
download | poky-6e95cb246f39e4d49d46761b9a7d51c858ac7e9d.tar.gz |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/tasks')
-rw-r--r-- | meta/recipes-gnome/tasks/task-core-sdk-gmae.bb (renamed from meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb (renamed from meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb index b5c2fda159..6cb14107d9 100644 --- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb +++ b/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb | |||
@@ -15,7 +15,7 @@ require task-sdk-gmae.inc | |||
15 | PACKAGES = "${PN}" | 15 | PACKAGES = "${PN}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | task-poky-sdk \ | 18 | task-core-sdk \ |
19 | libglade-dev \ | 19 | libglade-dev \ |
20 | ${SDK-GMAE} \ | 20 | ${SDK-GMAE} \ |
21 | ${SDK-EXTRAS}" | 21 | ${SDK-EXTRAS}" |
diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb index ad6270adf4..32e60a8582 100644 --- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb | |||
@@ -15,7 +15,7 @@ require task-sdk-gmae.inc | |||
15 | PACKAGES = "${PN} ${PN}-dbg" | 15 | PACKAGES = "${PN} ${PN}-dbg" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | task-poky-standalone-sdk-target \ | 18 | task-core-standalone-sdk-target \ |
19 | libglade-dev \ | 19 | libglade-dev \ |
20 | ${SDK-GMAE} \ | 20 | ${SDK-GMAE} \ |
21 | ${SDK-EXTRAS}" | 21 | ${SDK-EXTRAS}" |