Signed-off-by: Otavio Salvador <[email protected]>
---
 meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb

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..7d89e9b
--- /dev/null
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "read temperature sensors in a 1-Wire net"
+SECTION = "util"
+PRIORITY = "optional"
+DEPENDS = "libusb"
+LICENSE = "GPL-2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
+PR = "r0"
+
+SRC_URI = "http://www.digitemp.com/software/linux/digitemp-3.6.0.tar.gz";
+
+inherit autotools
+
+do_install() {
+    install -d ${D}${sbindir}
+    install digitemp_* ${D}${sbindir}
+}
-- 
1.7.2.5


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to