From e0723d8b2b265883ca2921620a59ae00b3776dd5 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 29 Nov 2021 22:59:49 +0800 Subject: libexif: upgrade 0.6.23 -> 0.6.24 libexif-0.6.24 Changelog: Translation updates: sr, vi, pl, uk, french fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore Decode lots of Canon tag names removed empty strings from translation (empty string would translate to the PO info header) various warning removals and code improvements added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer) (From OE-Core rev: 7bfd1d2faa30cec9876901de718278ea013cc281) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-support/libexif/libexif_0.6.23.bb | 24 ------------------------ meta/recipes-support/libexif/libexif_0.6.24.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-support/libexif/libexif_0.6.23.bb create mode 100644 meta/recipes-support/libexif/libexif_0.6.24.bb diff --git a/meta/recipes-support/libexif/libexif_0.6.23.bb b/meta/recipes-support/libexif/libexif_0.6.23.bb deleted file mode 100644 index b33522dfc4..0000000000 --- a/meta/recipes-support/libexif/libexif_0.6.23.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Library for reading extended image information (EXIF) from JPEG files" -DESCRIPTION = "libexif is a library for parsing, editing, and saving EXIF data. It is \ -intended to replace lots of redundant implementations in command-line \ -utilities and programs with GUIs." -HOMEPAGE = "https://libexif.github.io/" -SECTION = "libs" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" - -def version_underscore(v): - return "_".join(v.split(".")) - -SRC_URI = "https://github.com/libexif/libexif/releases/download/v${PV}/libexif-${PV}.tar.xz \ - " - -SRC_URI[sha256sum] = "a740a99920eb81ae0aa802bb46e683ce6e0cde061c210f5d5bde5b8572380431" - -UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" - -inherit autotools gettext - -EXTRA_OECONF += "--disable-docs" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/libexif/libexif_0.6.24.bb b/meta/recipes-support/libexif/libexif_0.6.24.bb new file mode 100644 index 0000000000..95fa68c67e --- /dev/null +++ b/meta/recipes-support/libexif/libexif_0.6.24.bb @@ -0,0 +1,24 @@ +SUMMARY = "Library for reading extended image information (EXIF) from JPEG files" +DESCRIPTION = "libexif is a library for parsing, editing, and saving EXIF data. It is \ +intended to replace lots of redundant implementations in command-line \ +utilities and programs with GUIs." +HOMEPAGE = "https://libexif.github.io/" +SECTION = "libs" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" + +def version_underscore(v): + return "_".join(v.split(".")) + +SRC_URI = "https://github.com/libexif/libexif/releases/download/v${PV}/libexif-${PV}.tar.bz2 \ + " + +SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" + +UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" + +inherit autotools gettext + +EXTRA_OECONF += "--disable-docs" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf