mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
libexif 0.6.16 from OE
This commit is contained in:
18
meta/packages/libexif/libexif_0.6.16.bb
Normal file
18
meta/packages/libexif/libexif_0.6.16.bb
Normal file
@@ -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