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/core-image-gtk-directfb.bb | |
parent | f6056cf0e7c76f2f3df650b088ce84df41ec14ca (diff) | |
download | openembedded-core-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/core-image-gtk-directfb.bb')
-rw-r--r-- | meta/recipes-graphics/images/core-image-gtk-directfb.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb index 87b3a86de7..a5fba17f89 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 \ |