diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-06 08:58:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-06 08:58:39 +0000 |
commit | fbe28d13435b10450e62d5581f980e8b713ca9f3 (patch) | |
tree | 6c70998e5657aa04613b5604c77d2fa44dc43802 /packages/libexif/libexif_0.6.13.bb | |
parent | 51ace4e1f06271a4b6b18ed8b4fc9e1ee65059a3 (diff) |
libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514.
Diffstat (limited to 'packages/libexif/libexif_0.6.13.bb')
-rw-r--r-- | packages/libexif/libexif_0.6.13.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/libexif/libexif_0.6.13.bb b/packages/libexif/libexif_0.6.13.bb index 40888df6c3..8382de84f5 100644 --- a/packages/libexif/libexif_0.6.13.bb +++ b/packages/libexif/libexif_0.6.13.bb @@ -2,16 +2,18 @@ DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG p HOMEPAGE = "http://sourceforge.net/projects/libexif" SECTION = "libs" LICENSE = "LGPL" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" -inherit autotools pkgconfig +inherit autotools do_configure_append() { sed -i s:doc\ binary:binary:g Makefile } +AUTOTOOLS_STAGE_PKGCONFIG = "1" + do_stage() { autotools_stage_all } |