From 85d612737d050d4633013c706d9ad6b8169814af Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Thu, 14 Jun 2012 16:01:05 +0300 Subject: core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from IMAGE_INSTALL list As module-init-tools package does not exist anymore there's no reason to have it in the IMAGE_INSTALL package list. If RPM package manager is used, build will fail with: Unable to find package module-init-tools (module-init-tools)! [Yocto #2580] Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/images/core-image-gtk-directfb.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-gtk-directfb.bb index a5fba17f89..dcf5165b2e 100644 --- a/meta/recipes-graphics/images/core-image-gtk-directfb.bb +++ b/meta/recipes-graphics/images/core-image-gtk-directfb.bb @@ -1,5 +1,5 @@ LICENSE = "MIT" -PR="r0" +PR="r1" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ @@ -17,7 +17,6 @@ inherit core-image IMAGE_INSTALL += "\ ${CORE_IMAGE_BASE_INSTALL} \ task-core-basic \ - module-init-tools \ task-core-gtk-directfb-base \ " -- cgit v1.2.3