From 266d5bdb10e199298b8e003c6f6ddbf240c7a501 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 11 Oct 2021 11:40:49 +0200 Subject: libexif: update 0.6.22 -> 0.6.23 (From OE-Core rev: 65a54f72e15f59bdf9d8c4618f3ef8510541d134) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/libexif/libexif_0.6.22.bb | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-support/libexif/libexif_0.6.22.bb (limited to 'meta/recipes-support/libexif/libexif_0.6.22.bb') diff --git a/meta/recipes-support/libexif/libexif_0.6.22.bb b/meta/recipes-support/libexif/libexif_0.6.22.bb deleted file mode 100644 index 9ca96d548c..0000000000 --- a/meta/recipes-support/libexif/libexif_0.6.22.bb +++ /dev/null @@ -1,26 +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/libexif-${@version_underscore("${PV}")}-release/libexif-${PV}.tar.xz \ - file://CVE-2020-0198.patch \ - file://CVE-2020-0452.patch \ - " - -SRC_URI[sha256sum] = "5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56" - -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