aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
blob: 395e56ad3b16fbc1322c7238565df5bbfc143b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "read temperature sensors in a 1-Wire net"
SECTION = "util"
DEPENDS = "libusb1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"

PR = "r1"

SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz \
           file://makefile-fix.patch"

inherit autotools

EXTRA_OEMAKE = "ds9097 ds9097u"

do_configure() {
    rm -f digitemp_*
}

do_install() {
    install -d ${D}${sbindir}
    install digitemp_* ${D}${sbindir}
}