summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
new file mode 100644
index 000000000..e2ad6919a
--- /dev/null
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "read temperature sensors in a 1-Wire net"
2SECTION = "util"
3DEPENDS = "libusb1"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
6
7SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz"
8
9inherit autotools
10
11do_install() {
12 install -d ${D}${sbindir}
13 install digitemp_* ${D}${sbindir}
14}