aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uthash
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-06-18 00:15:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-23 12:41:53 +0200
commite9ea7bed891373c4bf767daa7e8bac3891122f1b (patch)
treec9f1007977b329312614986d7d16d9ce54e34a1c /meta-oe/recipes-support/uthash
parent4bb8b9e767ad236a7abb9b020486c771c6bbb65f (diff)
downloadmeta-openembedded-contrib-e9ea7bed891373c4bf767daa7e8bac3891122f1b.tar.gz
utash_1.9.7: move recipe to its respective directory
The recipe was originally placed under /recipes-support by commit: 9b05b3eb6d036eb661911e5e660447468fe4bc9d Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/uthash')
-rw-r--r--meta-oe/recipes-support/uthash/uthash_1.9.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/uthash/uthash_1.9.7.bb b/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
new file mode 100644
index 0000000000..e5dde1a578
--- /dev/null
+++ b/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Hash table for C structures"
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=564f9c44927f6247dc810bf557e2b240"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2"
+
+SRC_URI[md5sum] = "1f14bbee7ee73ed0ceb3549f8cf378b4"
+SRC_URI[sha256sum] = "956f5c99798349c413275fe4c9ff128d72e280655dadbe4365f8e9fbda91393f"
+
+do_install () {
+ install -dm755 ${D}${includedir}
+ install -m 0644 ${S}/src/*.h ${D}${includedir}
+}