diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-02-21 21:23:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-22 08:30:51 -0800 |
commit | da18587531f94c5fff48c8092cbd94d10f6f766d (patch) | |
tree | c446ca6ca89cb5d4546c96fa7df2e82c6a03b690 | |
parent | 5bb47bf2eee500841d36e17af2111dc5cf992776 (diff) | |
download | meta-openembedded-da18587531f94c5fff48c8092cbd94d10f6f766d.tar.gz |
libjcat: upgrade 0.1.9 -> 0.1.10
Changelog:
=========
New Features:
- Add ED25519 support
- Define three more types used for the firmware transparency log
Bugfixes:
- Include the pkgconfig variables in the subproject dependency
- Drop the use of setuptools in the test script for regenerating ld version file
- Use the correct lookup method for the python3 script interpreter
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb index b0871c6a48..bbbc728d33 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.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 = "d4833949f8f1997b83f35a03127b9e12c104a7c8" | 14 | SRCREV = "edaf36b285497364bef8bf916ffe5b962d01c4b8" |
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 |