diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2015-06-18 00:15:35 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-23 12:41:53 +0200 |
| commit | e9ea7bed891373c4bf767daa7e8bac3891122f1b (patch) | |
| tree | c9f1007977b329312614986d7d16d9ce54e34a1c /meta-oe/recipes-support/uthash | |
| parent | 4bb8b9e767ad236a7abb9b020486c771c6bbb65f (diff) | |
| download | meta-openembedded-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.bb | 14 |
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 @@ | |||
| 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 | } | ||
