diff options
Diffstat (limited to 'meta/recipes-qt/images/qt4e-demo-image.bb')
| -rw-r--r-- | meta/recipes-qt/images/qt4e-demo-image.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb index 205c912168..9e8b3379ff 100644 --- a/meta/recipes-qt/images/qt4e-demo-image.bb +++ b/meta/recipes-qt/images/qt4e-demo-image.bb | |||
| @@ -1,19 +1,13 @@ | |||
| 1 | DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt." | 1 | DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt." |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | PR="r2" | 3 | PR = "r3" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 7 | 7 | ||
| 8 | DEPENDS += "packagegroup-qt4e" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | packagegroup-qt4e-base \ | ||
| 12 | " | ||
| 13 | |||
| 14 | IMAGE_INSTALL += "\ | 8 | IMAGE_INSTALL += "\ |
| 15 | ${CORE_IMAGE_BASE_INSTALL} \ | 9 | ${CORE_IMAGE_BASE_INSTALL} \ |
| 16 | packagegroup-qt4e-base \ | 10 | packagegroup-core-qt4e \ |
| 17 | " | 11 | " |
| 18 | 12 | ||
| 19 | inherit core-image | 13 | inherit core-image |
