summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb
blob: c54e28cc519bff9e2ee0b219f833f5a0bbfcbb07 (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
SUMMARY = "ambdbusaccess"

LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad \
                    file://ambdbusaccess.cpp;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
                   "

SRC_URI = "file://* \
          "
S = "${WORKDIR}"

DEPENDS = "qtdeclarative qtbase"
RDEPENDS_${PN} = "automotive-message-broker"

RPROVIDES_${PN} = "ambdbusaccess"

inherit qmake5

do_install () {
        mkdir -p ${D}/usr/lib/qt5/qml/Automotive/
        cp ambdbusaccess ${D}/usr/lib/qt5/qml/Automotive/
}

FILES_${PN} += "${libdir}/qt5/qml/Automotive/ambdbusaccess"
FILES_${PN}-dbg += "${libdir}/qt5/qml/Automotive/.debug"