aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qmic/qmic_git.bb
blob: 536ad9350f123bac8d74612013fa60a86139685e (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 = "4ad63502c5ce3f4fbdf223dc7f58d6ba9bbf5eea"
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}
}