From 1caa1988af5eee8ac07a9460e31eccf299e76358 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 14 Dec 2021 14:41:03 +0000 Subject: [PATCH] libjcat: Update to 0.1.9 New Features: - Set which backends are supported in the pkgconfig file - Use -Dcli=false to reduce the install size Bugfixes: - Return an error if we try to self-sign no bytes of data - Show a more accurate output when not all engines are enabled Also, inherit lib_package so the binary isn't installed by default. Signed-off-by: Richard Hughes Signed-off-by: Khem Raj --- .../libjcat/{libjcat_0.1.8.bb => libjcat_0.1.9.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-gnome/libjcat/{libjcat_0.1.8.bb => libjcat_0.1.9.bb} (80%) diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb similarity index 80% rename from meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb rename to meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb index 87767ac2a0..b0871c6a48 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb @@ -8,13 +8,13 @@ DEPENDS = "\ " SRC_URI = "\ - git://github.com/hughsie/libjcat.git;branch=master;protocol=https \ + git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ file://run-ptest \ " -SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db" +SRCREV = "d4833949f8f1997b83f35a03127b9e12c104a7c8" S = "${WORKDIR}/git" -inherit gobject-introspection gtk-doc meson ptest-gnome vala +inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package PACKAGECONFIG ??= "\ gpg \