mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Add uthash recipe
Signed-off-by: Laszlo Papp <lpapp@kde.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
abe889fa0f
commit
9b05b3eb6d
14
meta-oe/recipes-support/uthash_1.9.7.bb
Normal file
14
meta-oe/recipes-support/uthash_1.9.7.bb
Normal file
|
|
@ -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}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user