summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/images/qt4e-demo-image.bb
blob: 8f9478d961defd5c1d20880cbcf0e29c04263156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt."
LICENSE = "MIT"
PR="r2"

LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

DEPENDS += "task-qt4e"

RDEPENDS_${PN} += " \
	task-qt4e-base \
	"

IMAGE_INSTALL += "\
	${CORE_IMAGE_BASE_INSTALL} \
	task-qt4e-base \
"

inherit core-image