diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-10-13 17:24:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 16:32:18 +0200 |
commit | 1b170fa28c9c52d4c8d87e9cbe07af1e664a96c3 (patch) | |
tree | ce994c837377c243d0510a08bbff9bdc77534d5d /meta-oe | |
parent | 96e99ada497dca44452fe3a7ae5ef9c9ec1cbb5b (diff) | |
download | meta-openembedded-1b170fa28c9c52d4c8d87e9cbe07af1e664a96c3.tar.gz |
digitemp: add 3.6.0 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb | 14 |
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 @@ | |||
1 | DESCRIPTION = "read temperature sensors in a 1-Wire net" | ||
2 | SECTION = "util" | ||
3 | DEPENDS = "libusb1" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | ||
6 | |||
7 | SRC_URI = "http://www.digitemp.com/software/linux/digitemp-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | do_install() { | ||
12 | install -d ${D}${sbindir} | ||
13 | install digitemp_* ${D}${sbindir} | ||
14 | } | ||