mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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:
committed by
Koen Kooi
parent
96e99ada49
commit
1b170fa28c
14
meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
Normal file
14
meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user