libexif: removed insecure versions
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 28 Aug 2010 06:55:52 +0000 (08:55 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 28 Aug 2010 06:55:52 +0000 (08:55 +0200)
versions 0.6.16 and earlier have several security advisories on them
and no one pinned these, also some still had legacy staging
so put these to rest

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/libexif/libexif_0.5.12.bb [deleted file]
recipes/libexif/libexif_0.6.13.bb [deleted file]
recipes/libexif/libexif_0.6.16.bb [deleted file]
recipes/libexif/libexif_0.6.9.bb [deleted file]

diff --git a/recipes/libexif/libexif_0.5.12.bb b/recipes/libexif/libexif_0.5.12.bb
deleted file mode 100644 (file)
index c7f0823..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-LICENSE = "LGPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-       oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
-
-        install -d ${STAGING_INCDIR}/libexif
-        for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h
-        do
-                install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X
-        done
-}
-
-SRC_URI[md5sum] = "97e17fa05cb638eed5e8e59db431ed3a"
-SRC_URI[sha256sum] = "8daa7618787b3af2218eee9e074f90664bff5676896b997a760f8034383d70d6"
diff --git a/recipes/libexif/libexif_0.6.13.bb b/recipes/libexif/libexif_0.6.13.bb
deleted file mode 100644 (file)
index 2842156..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-SECTION = "libs"
-LICENSE = "LGPL"
-PR = "r2"
-
-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"
-
-SRC_URI[md5sum] = "1b1e2b495c5aa20c08725f30545a110b"
-SRC_URI[sha256sum] = "830802525700e65809afdd56ccdb5cd9950747044ab50666257bbb3d59a82754"
diff --git a/recipes/libexif/libexif_0.6.16.bb b/recipes/libexif/libexif_0.6.16.bb
deleted file mode 100644 (file)
index 3fa9fd5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require libexif.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "deee153b1ded5a944ea05d041d959eca"
-SRC_URI[sha256sum] = "db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43"
diff --git a/recipes/libexif/libexif_0.6.9.bb b/recipes/libexif/libexif_0.6.9.bb
deleted file mode 100644 (file)
index eba9713..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/libexif"
-LICENSE = "LGPL"
-SECTION = "libs"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-       oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR}
-
-       install -d ${STAGING_INCDIR}/libexif
-       for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h exif-log.h exif-mnote-data.h _stdint.h
-       do
-               install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X
-       done
-}
-
-SRC_URI[md5sum] = "0aa142335a8a00c32bb6c7dbfe95fc24"
-SRC_URI[sha256sum] = "a2f309c702ee72967676d96b1a9d06806d069fde8e88076200cca6479c3d3c38"