From da18587531f94c5fff48c8092cbd94d10f6f766d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 21 Feb 2022 21:23:54 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb | 34 +++++++++++++++++++++++++ meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb | 34 ------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb delete mode 100644 meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb new file mode 100644 index 0000000000..bbbc728d33 --- /dev/null +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb @@ -0,0 +1,34 @@ +SUMMARY = "Library for reading and writing Jcat files" +LICENSE = "LGPLv2.1" +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 = "edaf36b285497364bef8bf916ffe5b962d01c4b8" +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)} \ +" diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb deleted file mode 100644 index b0871c6a48..0000000000 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Library for reading and writing Jcat files" -LICENSE = "LGPLv2.1" -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 = "d4833949f8f1997b83f35a03127b9e12c104a7c8" -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)} \ -" -- cgit v1.2.3-54-g00ecf