Files
meta-openembedded/meta-oe/recipes-support/uthash/uthash_1.9.7.bb
Andrea Adami e9ea7bed89 utash_1.9.7: move recipe to its respective directory
The recipe was originally placed under /recipes-support by
commit: 9b05b3eb6d

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-23 12:41:53 +02:00

15 lines
453 B
BlitzBasic

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}
}