summaryrefslogtreecommitdiff
path: root/packages/libexif/libexif_0.6.16.bb
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/libexif_0.6.16.bb
parent51ace4e1f06271a4b6b18ed8b4fc9e1ee65059a3 (diff)
libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514.
Diffstat (limited to 'packages/libexif/libexif_0.6.16.bb')
-rw-r--r--packages/libexif/libexif_0.6.16.bb18
1 files changed, 18 insertions, 0 deletions
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
+}