aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-support/adsprpc/adsprpc_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-support/adsprpc/adsprpc_git.bb b/recipes-support/adsprpc/adsprpc_git.bb
new file mode 100644
index 0000000..430c1ee
--- /dev/null
+++ b/recipes-support/adsprpc/adsprpc_git.bb
@@ -0,0 +1,14 @@
+HOMEPAGE = "https://git.linaro.org/landing-teams/working/qualcomm/libadsprpc.git"
+SECTION = "devel"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e868d7526728e9b1c0c4f34730d27754"
+
+SRCREV = "741c1415df731503b3aea8b754223a871081d2f3"
+SRC_URI = "git://git.linaro.org/landing-teams/working/qualcomm/libadsprpc.git;branch=master;protocol=https"
+
+PV = "0.0+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools