summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-06-14 16:01:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-18 13:22:17 +0100
commit9890bf81823017610eceebfa31d4f47cab3e935f (patch)
treeff2455f6b7a40fc8ab173e645bdc29228653042b /meta/recipes-qt
parenta41c3e486773f90448a29e88a332c4be3df738e6 (diff)
downloadpoky-9890bf81823017610eceebfa31d4f47cab3e935f.tar.gz
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>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/images/qt4e-demo-image.bb3
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 @@
1DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image." 1DESCRIPTION = "Version 1.0-r1 of the qtr3-demo-image."
2LICENSE = "MIT" 2LICENSE = "MIT"
3PR="r1" 3PR="r2"
4 4
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -13,7 +13,6 @@ RDEPENDS_${PN} += " \
13 13
14IMAGE_INSTALL += "\ 14IMAGE_INSTALL += "\
15 ${CORE_IMAGE_BASE_INSTALL} \ 15 ${CORE_IMAGE_BASE_INSTALL} \
16 module-init-tools \
17 task-qt4e-base \ 16 task-qt4e-base \
18" 17"
19 18