aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libexif
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-06 08:58:39 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-06 08:58:39 +0000
commitfbe28d13435b10450e62d5581f980e8b713ca9f3 (patch)
tree6c70998e5657aa04613b5604c77d2fa44dc43802 /packages/libexif
parent51ace4e1f06271a4b6b18ed8b4fc9e1ee65059a3 (diff)
downloadopenembedded-fbe28d13435b10450e62d5581f980e8b713ca9f3.tar.gz
libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514.
Diffstat (limited to 'packages/libexif')
-rw-r--r--packages/libexif/libexif_0.6.13.bb6
-rw-r--r--packages/libexif/libexif_0.6.16.bb18
2 files changed, 22 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
}
diff --git a/packages/libexif/libexif_0.6.16.bb b/packages/libexif/libexif_0.6.16.bb
new file mode 100644
index 0000000000..2f896352db
--- /dev/null
+++ b/packages/libexif/libexif_0.6.16.bb
@@ -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
+}