mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
giflib: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "shared library for GIF images"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEPENDS = "libsm"
|
||||
|
||||
PACKAGES += "${PN}-utils"
|
||||
FILES_${PN} = "${libdir}/libgif.so.*"
|
||||
FILES_${PN}-utils = "${bindir}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
SRC_URI[md5sum] = "7125644155ae6ad33dbc9fc15a14735f"
|
||||
SRC_URI[sha256sum] = "e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed"
|
||||
Reference in New Issue
Block a user