[oe-commits] : libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514.

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 09:11:16 UTC 2008


Module: OE.dev
Branch: master
Commit: 811a438c7caac04707cce0484cd598bcd018a9da
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=811a438c7caac04707cce0484cd598bcd018a9da

Author:  <koen at openembedded.org>
Date:   Wed Aug  6 08:58:39 2008 +0000

libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514.

---

 packages/libexif/libexif_0.6.13.bb |    6 ++++--
 packages/libexif/libexif_0.6.16.bb |   18 ++++++++++++++++++
 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 40888df..8382de8 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 0000000..2f89635
--- /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
+}





More information about the Openembedded-commits mailing list