aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/digitemp/digitemp_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-19 22:31:50 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:25:58 +0200
commitbfc16ec09d18b468f7dd73d8fca2c199d9c55417 (patch)
tree9543bdaa37daa58d907f9d4163b38cb2fa39b5e1 /meta-oe/recipes-support/digitemp/digitemp_git.bb
parentfb9224ed9e544c33aca52eb27339ab917a7e6916 (diff)
downloadmeta-openembedded-contrib-bfc16ec09d18b468f7dd73d8fca2c199d9c55417.tar.gz
digitemp: Update past 3.7.1 release
Fetch from github Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/digitemp/digitemp_git.bb')
-rw-r--r--meta-oe/recipes-support/digitemp/digitemp_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_git.bb b/meta-oe/recipes-support/digitemp/digitemp_git.bb
new file mode 100644
index 0000000000..460aa14384
--- /dev/null
+++ b/meta-oe/recipes-support/digitemp/digitemp_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "read temperature sensors in a 1-Wire net"
+SECTION = "util"
+DEPENDS = "libusb1"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
+
+PV = "3.7.1+git${SRCPV}"
+
+SRC_URI = "git://github.com/bcl/digitemp"
+
+SRCREV = "389f67655efa1674f595106c3a47b5ad082609a7"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "ds9097 ds9097u \
+ SYSTYPE='Linux' \
+"
+do_configure() {
+ rm -f digitemp_*
+}
+
+do_install() {
+ install -d ${D}${sbindir}
+ install -m 0755 digitemp_* ${D}${sbindir}
+}