[oe-commits] Otavio Salvador : digitemp: add 3.6.0 version

git at git.openembedded.org git at git.openembedded.org
Mon Oct 17 14:36:52 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 1b170fa28c9c52d4c8d87e9cbe07af1e664a96c3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1b170fa28c9c52d4c8d87e9cbe07af1e664a96c3

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Oct 13 17:24:08 2011 +0000

digitemp: add 3.6.0 version

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 0000000..e2ad691
--- /dev/null
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
@@ -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}
+}





More information about the Openembedded-commits mailing list