summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
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-graphics
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-graphics')
-rw-r--r--meta/recipes-graphics/images/core-image-gtk-directfb.bb3
1 files changed, 1 insertions, 2 deletions
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 @@
1LICENSE = "MIT" 1LICENSE = "MIT"
2PR="r0" 2PR="r1"
3 3
4 4
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
@@ -17,7 +17,6 @@ inherit core-image
17IMAGE_INSTALL += "\ 17IMAGE_INSTALL += "\
18 ${CORE_IMAGE_BASE_INSTALL} \ 18 ${CORE_IMAGE_BASE_INSTALL} \
19 task-core-basic \ 19 task-core-basic \
20 module-init-tools \
21 task-core-gtk-directfb-base \ 20 task-core-gtk-directfb-base \
22" 21"
23 22