summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/ALS2016-demo/ALS2016-demo.bb
blob: 83202e5ff0a264c97a208c1bb49317b138afc038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SUMMARY     = "Homescreen for the AGL Demonstrator @ ALS2016"
DESCRIPTION = "Homescreen apps in QML format for the AGL Demonstrator @ ALS2016"
HOMEPAGE    = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/ALS2016"

SECTION     = "apps"

LICENSE     = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"

SRC_URI     = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/ALS2016;protocol=http;branch=blowfish"
SRCREV      = "6f7c3f8cfadb092901d854fbe23d919e04470d31"
# for development use:
#SRCREV      = "${AUTOREV}"

PV = "2.0.4"

RDEPENDS_${PN} += " \
    qtmultimedia-qmlplugins \
    qtquickcontrols-qmlplugins \
    qtsvg-plugins \
    "

# custom configure and install as these are just qml files

# we work in the git checkout ...
S = "${WORKDIR}/git"

do_configure() {
    ls
}

# plain copy in own folder for now
do_install() {
    mkdir -p ${D}/opt/AGL/ALS2016/
    cp -ar ./* ${D}/opt/AGL/ALS2016/
}

FILES_${PN} = "/opt/AGL/"