digitemp: add 3.6.0 version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Otavio Salvador
2011-10-13 17:24:08 +00:00
committed by Koen Kooi
parent 96e99ada49
commit 1b170fa28c

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "read temperature sensors in a 1-Wire net"
SECTION = "util"
DEPENDS = "libusb1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz"
inherit autotools
do_install() {
install -d ${D}${sbindir}
install digitemp_* ${D}${sbindir}
}