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/images | |
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/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-clutter.bb (renamed from meta/recipes-graphics/images/poky-image-clutter.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
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 |