diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-06-14 16:01:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-18 13:16:36 +0100 |
commit | 85d612737d050d4633013c706d9ad6b8169814af (patch) | |
tree | 7234935f48b289161d8f251db190eb035d8c0a38 /meta/recipes-qt | |
parent | b9b75e6cf31991c046713194f75bc61027558464 (diff) | |
download | openembedded-core-85d612737d050d4633013c706d9ad6b8169814af.tar.gz openembedded-core-85d612737d050d4633013c706d9ad6b8169814af.tar.bz2 openembedded-core-85d612737d050d4633013c706d9ad6b8169814af.zip |
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 <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/images/qt4e-demo-image.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb index 6c0dc70853..794dac5b7c 100644 --- a/meta/recipes-qt/images/qt4e-demo-image.bb +++ b/meta/recipes-qt/images/qt4e-demo-image.bb @@ -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 \ " |