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]

(From OE-Core rev: 85d612737d050d4633013c706d9ad6b8169814af)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2012-06-14 16:01:05 +03:00 committed by Richard Purdie
parent a41c3e4867
commit 9890bf8182
2 changed files with 2 additions and 4 deletions

View File

@ -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 \
"

View File

@ -1,6 +1,6 @@
DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image."
LICENSE = "MIT"
PR="r1"
PR="r2"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@ -13,7 +13,6 @@ RDEPENDS_${PN} += " \
IMAGE_INSTALL += "\
${CORE_IMAGE_BASE_INSTALL} \
module-init-tools \
task-qt4e-base \
"