[oe] [meta-oe][PATCH] Add uthash recipe

Laszlo Papp lpapp at kde.org
Mon Mar 2 11:38:46 UTC 2015


Signed-off-by: Laszlo Papp <laszlo.papp at polatis.com>
---
 meta-oe/recipes-support/uthash_1.9.7.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-oe/recipes-support/uthash_1.9.7.bb

diff --git a/meta-oe/recipes-support/uthash_1.9.7.bb b/meta-oe/recipes-support/uthash_1.9.7.bb
new file mode 100644
index 0000000..4504dfe
--- /dev/null
+++ b/meta-oe/recipes-support/uthash_1.9.7.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Hash table for C structures"
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=564f9c44927f6247dc810bf557e2b240"
+PR = "r1"
+
+SRC_URI = "http://downloads.sourceforge.net/uthash/${PN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "1f14bbee7ee73ed0ceb3549f8cf378b4"
+SRC_URI[sha256sum] = "956f5c99798349c413275fe4c9ff128d72e280655dadbe4365f8e9fbda91393f"
+
+do_install () {
+    install -dm755 ${D}${includedir}
+    install -m 0644 ${S}/src/*.h ${D}${includedir}
+}
-- 
2.3.0




More information about the Openembedded-devel mailing list