summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/iotools/iotools_1.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/iotools/iotools_1.5.bb b/recipes-devtools/iotools/iotools_1.5.bb
new file mode 100644
index 0000000..187dc94
--- /dev/null
+++ b/recipes-devtools/iotools/iotools_1.5.bb
@@ -0,0 +1,17 @@
+SUMMARY = "A suite of tools for reading and writing hardware registers"
+HOMEPAGE = "https://code.google.com/p/iotools/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRC_URI = "https://iotools.googlecode.com/files/iotools-1.5.tar.gz"
+
+SRC_URI[md5sum] = "64c27488a70866577cf99044aa01e28d"
+SRC_URI[sha256sum] = "3186ba296072f644dda881b78d77e3774b79e8cef3e828fffc947d558b08830d"
+
+CFLAGS += ' -static -D_GNU_SOURCE -DVER_MAJOR=1 -DVER_MINOR=5'
+
+do_install () {
+ install -d ${D}${sbindir}
+ oe_runmake SBINDIR=${D}${sbindir} install
+}