diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-29 22:59:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-01 16:23:45 +0000 |
commit | e0723d8b2b265883ca2921620a59ae00b3776dd5 (patch) | |
tree | f81ec12314f246460ca6ead5540b3c242cd6ba4a /meta/recipes-support | |
parent | b96da7f120fa3e12224b27b67f72dcc1b976b41e (diff) | |
download | poky-e0723d8b2b265883ca2921620a59ae00b3776dd5.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.24.bb (renamed from meta/recipes-support/libexif/libexif_0.6.23.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.23.bb b/meta/recipes-support/libexif/libexif_0.6.24.bb index b33522dfc4..95fa68c67e 100644 --- a/meta/recipes-support/libexif/libexif_0.6.23.bb +++ b/meta/recipes-support/libexif/libexif_0.6.24.bb | |||
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | |||
10 | def version_underscore(v): | 10 | def version_underscore(v): |
11 | return "_".join(v.split(".")) | 11 | return "_".join(v.split(".")) |
12 | 12 | ||
13 | SRC_URI = "https://github.com/libexif/libexif/releases/download/v${PV}/libexif-${PV}.tar.xz \ | 13 | SRC_URI = "https://github.com/libexif/libexif/releases/download/v${PV}/libexif-${PV}.tar.bz2 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "a740a99920eb81ae0aa802bb46e683ce6e0cde061c210f5d5bde5b8572380431" | 16 | SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" | 18 | UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" |
19 | 19 | ||