aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
blob: e2ad6919ad323d0c652f5b90929d9148d47a5526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
}