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-graphics | |
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-graphics')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/images/core-image-clutter.bb (renamed from meta/recipes-graphics/images/poky-image-clutter.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/tasks/task-core-clutter.bb (renamed from meta/recipes-graphics/tasks/task-poky-clutter.bb) | 24 |
4 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch index 210b9492c6..e9dc8a2c65 100644 --- a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Install example binary needed for poky-image-clutter | 1 | Install example binary needed for core-image-clutter |
2 | 2 | ||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
4 | Index: git/examples/Makefile.am | 4 | Index: git/examples/Makefile.am |
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch index e91b8272f6..c18ffecefd 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Install the test binary needed for poky-image-clutter | 1 | Install the test binary needed for core-image-clutter |
2 | 2 | ||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
4 | 4 | ||
diff --git a/meta/recipes-graphics/images/poky-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb index a1dcb51b5b..66839f4f96 100644 --- a/meta/recipes-graphics/images/poky-image-clutter.bb +++ b/meta/recipes-graphics/images/core-image-clutter.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "MIT" | |||
4 | 4 | ||
5 | IMAGE_INSTALL = "\ | 5 | IMAGE_INSTALL = "\ |
6 | ${POKY_BASE_INSTALL} \ | 6 | ${POKY_BASE_INSTALL} \ |
7 | task-poky-clutter-core \ | 7 | task-core-clutter-core \ |
8 | task-poky-clutter-tests \ | 8 | task-core-clutter-tests \ |
9 | task-poky-clutter-apps" | 9 | task-core-clutter-apps" |
10 | 10 | ||
11 | inherit poky-image | 11 | inherit poky-image |
diff --git a/meta/recipes-graphics/tasks/task-poky-clutter.bb b/meta/recipes-graphics/tasks/task-core-clutter.bb index 555a9ee0f0..43c65251a4 100644 --- a/meta/recipes-graphics/tasks/task-poky-clutter.bb +++ b/meta/recipes-graphics/tasks/task-core-clutter.bb | |||
@@ -10,27 +10,27 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
10 | PR = "r4" | 10 | PR = "r4" |
11 | 11 | ||
12 | PACKAGES = "\ | 12 | PACKAGES = "\ |
13 | task-poky-clutter-core \ | 13 | task-core-clutter-core \ |
14 | task-poky-clutter-core-dbg \ | 14 | task-core-clutter-core-dbg \ |
15 | task-poky-clutter-core-dev \ | 15 | task-core-clutter-core-dev \ |
16 | task-poky-clutter-apps \ | 16 | task-core-clutter-apps \ |
17 | task-poky-clutter-apps-dbg \ | 17 | task-core-clutter-apps-dbg \ |
18 | task-poky-clutter-apps-dev \ | 18 | task-core-clutter-apps-dev \ |
19 | task-poky-clutter-tests \ | 19 | task-core-clutter-tests \ |
20 | task-poky-clutter-tests-dbg \ | 20 | task-core-clutter-tests-dbg \ |
21 | task-poky-clutter-tests-dev \ | 21 | task-core-clutter-tests-dev \ |
22 | " | 22 | " |
23 | 23 | ||
24 | ALLOW_EMPTY = "1" | 24 | ALLOW_EMPTY = "1" |
25 | 25 | ||
26 | RDEPENDS_task-poky-clutter-core = "\ | 26 | RDEPENDS_task-core-clutter-core = "\ |
27 | clutter-1.4 \ | 27 | clutter-1.4 \ |
28 | clutter-gst-1.4 \ | 28 | clutter-gst-1.4 \ |
29 | clutter-gtk-1.4" | 29 | clutter-gtk-1.4" |
30 | 30 | ||
31 | RDEPENDS_task-poky-clutter-tests = "\ | 31 | RDEPENDS_task-core-clutter-tests = "\ |
32 | clutter-gst-1.4-examples \ | 32 | clutter-gst-1.4-examples \ |
33 | clutter-gtk-1.4-examples" | 33 | clutter-gtk-1.4-examples" |
34 | 34 | ||
35 | #RDEPENDS_task-poky-clutter-apps = "\ | 35 | #RDEPENDS_task-core-clutter-apps = "\ |
36 | # clutter-box2d " | 36 | # clutter-box2d " |