diff options
author | Laszlo Papp <lpapp@kde.org> | 2015-03-03 12:04:02 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:21 +0100 |
commit | 9b05b3eb6d036eb661911e5e660447468fe4bc9d (patch) | |
tree | f742dca797f4a752f4cfe7d5ea856ae86f497ee5 /meta-oe | |
parent | abe889fa0f4114c089fa9c69519c53633ef7adbd (diff) | |
download | meta-openembedded-9b05b3eb6d036eb661911e5e660447468fe4bc9d.tar.gz |
Add uthash recipe
Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/uthash_1.9.7.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 000000000..e5dde1a57 --- /dev/null +++ b/meta-oe/recipes-support/uthash_1.9.7.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Hash table for C structures" | ||
2 | SECTION = "base" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=564f9c44927f6247dc810bf557e2b240" | ||
5 | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2" | ||
7 | |||
8 | SRC_URI[md5sum] = "1f14bbee7ee73ed0ceb3549f8cf378b4" | ||
9 | SRC_URI[sha256sum] = "956f5c99798349c413275fe4c9ff128d72e280655dadbe4365f8e9fbda91393f" | ||
10 | |||
11 | do_install () { | ||
12 | install -dm755 ${D}${includedir} | ||
13 | install -m 0644 ${S}/src/*.h ${D}${includedir} | ||
14 | } | ||