From def43092808b9afd3e72e95ee62eee14773128aa Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:38 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb | 36 -------------------------- meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb | 36 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb create mode 100644 meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb deleted file mode 100644 index af516a77c6..0000000000 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.2.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Library for reading and writing Jcat files" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -DEPENDS = "\ - glib-2.0 \ - json-glib \ -" - -SRC_URI = "\ - git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ - file://run-ptest \ -" -SRCREV = "fc04ad2d4e65e55024a4507e0aaa2659a0a588a3" -S = "${WORKDIR}/git" - -inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package - -PACKAGECONFIG ??= "\ - gpg \ - pkcs7 \ - ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ -" -PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme" -PACKAGECONFIG[pkcs7] = "-Dpkcs7=true,-Dpkcs7=false,gnutls gnutls-native" -PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" - -# manpage generation is broken because help2man needs to run the target binary on the host... -EXTRA_OEMESON = "-Dman=false" -GTKDOC_MESON_OPTION = "gtkdoc" - -RDEPENDS:${PN}:class-target = "\ - ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \ -" - -INSANE_SKIP:${PN}-ptest += "buildpaths" diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb new file mode 100644 index 0000000000..0e6f4a2ed1 --- /dev/null +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb @@ -0,0 +1,36 @@ +SUMMARY = "Library for reading and writing Jcat files" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +DEPENDS = "\ + glib-2.0 \ + json-glib \ +" + +SRC_URI = "\ + git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ + file://run-ptest \ +" +SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" +S = "${WORKDIR}/git" + +inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package + +PACKAGECONFIG ??= "\ + gpg \ + pkcs7 \ + ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ +" +PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme" +PACKAGECONFIG[pkcs7] = "-Dpkcs7=true,-Dpkcs7=false,gnutls gnutls-native" +PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" + +# manpage generation is broken because help2man needs to run the target binary on the host... +EXTRA_OEMESON = "-Dman=false" +GTKDOC_MESON_OPTION = "gtkdoc" + +RDEPENDS:${PN}:class-target = "\ + ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \ +" + +INSANE_SKIP:${PN}-ptest += "buildpaths" -- cgit v1.2.3-54-g00ecf