diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:45:36 -0800 |
| commit | def43092808b9afd3e72e95ee62eee14773128aa (patch) | |
| tree | f9b2dc6aba78d446f90c9ad30e1df3f7c76a240f | |
| parent | 7d5d9acb2ab88fda0327b3fd6b4baf455310320c (diff) | |
| download | meta-openembedded-def43092808b9afd3e72e95ee62eee14773128aa.tar.gz | |
libjcat: upgrade 0.2.2 -> 0.2.3
Bugfixes:
==========
- Do not close the base stream when using jcat_file_import_stream()
- Skip ed25519 part of a test with -Ded25519=false
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.2.3.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb index af516a77c6..0e6f4a2ed1 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.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 = "fc04ad2d4e65e55024a4507e0aaa2659a0a588a3" | 14 | SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" |
| 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 |
