Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt." |
2 | LICENSE = "MIT" | ||||
3 | PR = "r3" | ||||
4 | |||||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||||
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||||
7 | |||||
8 | IMAGE_INSTALL += "\ | ||||
9 | ${CORE_IMAGE_BASE_INSTALL} \ | ||||
10 | packagegroup-core-qt4e \ | ||||
11 | " | ||||
12 | |||||
13 | inherit core-image | ||||
14 |