diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-03 15:49:39 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-07 15:05:42 -0800 |
commit | b14a92f4450bb08b9f11d3fd7a99155315527cdd (patch) | |
tree | 5ea90be81f648a4ee9e76d22345a0d3a25539bea /meta/recipes-graphics/images | |
parent | f6056cf0e7c76f2f3df650b088ce84df41ec14ca (diff) | |
download | openembedded-core-contrib-b14a92f4450bb08b9f11d3fd7a99155315527cdd.tar.gz |
classes,recipes: Replace POKY_* with CORE_IMAGE_*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-clutter.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/images/core-image-gtk-directfb.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb index 636238a6d19..6c49a02625a 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}" LICENSE = "MIT" IMAGE_INSTALL = "\ - ${POKY_BASE_INSTALL} \ + ${CORE_IMAGE_BASE_INSTALL} \ task-core-clutter-core \ task-core-clutter-tests \ task-core-clutter-apps" diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb index 87b3a86de74..a5fba17f892 100644 --- a/meta/recipes-graphics/images/core-image-gtk-directfb.bb +++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} += " \ inherit core-image IMAGE_INSTALL += "\ - ${POKY_BASE_INSTALL} \ + ${CORE_IMAGE_BASE_INSTALL} \ task-core-basic \ module-init-tools \ task-core-gtk-directfb-base \ |