diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 15:19:24 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:08 -0800 |
commit | 364841f4eb02fa467b8352507a963358d20e4ae9 (patch) | |
tree | 3e691a705104bfe7aea6daf2cf9a9319d734fada /meta-oe/recipes-gnome | |
parent | ec23bd228902b91596bfbcb07eb71aa45ce60050 (diff) | |
download | meta-openembedded-364841f4eb02fa467b8352507a963358d20e4ae9.tar.gz |
libjcat: upgrade 0.2.0 -> 0.2.1
Changelog:
============
- Do not dedupe sig and sig-of-checksum when loading
- Fix the installed tests
- Show the sig-of-checksum results clearer on the CLI
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.2.1.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.1.bb index 83fb234fb..2d95e1444 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.1.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "\ | |||
11 | git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ | 11 | git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | SRCREV = "60bb85d53d5da74903ab1e227fbecfa3a3be1b05" | 14 | SRCREV = "869e7cf4511b81897512a3f0adb627218e618112" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package |