mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libexif 0.6.16 from OE
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/libexif"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_append() {
|
||||
sed -i s:doc\ binary:binary:g Makefile
|
||||
}
|
||||
|
||||
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user