diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-28 15:32:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-01 09:28:51 +0000 |
commit | 95d47f40757248c159630978ba17bddf1dba07d9 (patch) | |
tree | e590d34306a9a9d9c449c81c4288e030d231ff8e /meta/recipes-support/libksba | |
parent | f7a76e6adfc60fc4405a3ac9b376468b2d000757 (diff) | |
download | poky-95d47f40757248c159630978ba17bddf1dba07d9.tar.gz |
libksba: upgrade 1.6.5 -> 1.6.6
Changelog:
Fix a possible wrong error return from the DER builder.
(From OE-Core rev: f476d845feb03e54c93df31291f11c82b9a07487)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba')
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.6.6.bb (renamed from meta/recipes-support/libksba/libksba_1.6.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.6.5.bb b/meta/recipes-support/libksba/libksba_1.6.6.bb index 62ba73d2d5..2230a032f6 100644 --- a/meta/recipes-support/libksba/libksba_1.6.5.bb +++ b/meta/recipes-support/libksba/libksba_1.6.6.bb | |||
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" | |||
24 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 24 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
25 | file://ksba-add-pkgconfig-support.patch" | 25 | file://ksba-add-pkgconfig-support.patch" |
26 | 26 | ||
27 | SRC_URI[sha256sum] = "a564628c574c99287998753f98d750babd91a4e9db451f46ad140466ef2a6d16" | 27 | SRC_URI[sha256sum] = "5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4" |
28 | 28 | ||
29 | do_configure:prepend () { | 29 | do_configure:prepend () { |
30 | # Else these could be used in preference to those in aclocal-copy | 30 | # Else these could be used in preference to those in aclocal-copy |