aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/qrtr/qrtr_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/qrtr/qrtr_git.bb')
-rw-r--r--recipes-support/qrtr/qrtr_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-support/qrtr/qrtr_git.bb b/recipes-support/qrtr/qrtr_git.bb
new file mode 100644
index 0000000..f76e437
--- /dev/null
+++ b/recipes-support/qrtr/qrtr_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Qualcomm QRTR applications and library"
+HOMEPAGE = "https://github.com/andersson/qrtr.git"
+SECTION = "devel"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=15329706fbfcb5fc5edcc1bc7c139da5"
+
+SRCREV = "56074bd5fe8f487b3a681b73e669cdbfe3b7b555"
+SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https"
+
+PV = "0.0+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}
+
+PACKAGES =+ "qrtr-apps"
+FILES_qrtr-apps = "${bindir}/*"