summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-clutter.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-03 15:49:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:29 +0000
commitd6b885b1b5299d2c0c539f552bafc53569bbc2d3 (patch)
tree70436dc95247ecf7b435eea58a5dc78ad81eafd4 /meta/recipes-graphics/images/core-image-clutter.bb
parent41936cd5bcfddfbf3374174c1e3cdea951d2d10f (diff)
downloadpoky-d6b885b1b5299d2c0c539f552bafc53569bbc2d3.tar.gz
classes,recipes: Replace POKY_* with CORE_IMAGE_*
(From OE-Core rev: b14a92f4450bb08b9f11d3fd7a99155315527cdd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images/core-image-clutter.bb')
-rw-r--r--meta/recipes-graphics/images/core-image-clutter.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb
index 636238a6d1..6c49a02625 100644
--- a/meta/recipes-graphics/images/core-image-clutter.bb
+++ b/meta/recipes-graphics/images/core-image-clutter.bb
@@ -6,7 +6,7 @@ IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
6LICENSE = "MIT" 6LICENSE = "MIT"
7 7
8IMAGE_INSTALL = "\ 8IMAGE_INSTALL = "\
9 ${POKY_BASE_INSTALL} \ 9 ${CORE_IMAGE_BASE_INSTALL} \
10 task-core-clutter-core \ 10 task-core-clutter-core \
11 task-core-clutter-tests \ 11 task-core-clutter-tests \
12 task-core-clutter-apps" 12 task-core-clutter-apps"