blob: 4721ff98323a4c7c80507a420ea10bfc9c519e73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "QMI compiler"
HOMEPAGE = "https://github.com/andersson/qmic.git"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ca25dbf5ebfc1a058bfc657c895aac2f"
SRCREV = "815dd495eb087b3b3ea02a8ed43716efac43db1c"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https"
PV = "0.0+${SRCPV}"
S = "${WORKDIR}/git"
BBCLASSEXTEND = "native nativesdk"
do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix}
}
|