similarity index 82%
rename from meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb
rename to meta-oe/recipes-gnome/libjcat/libjcat_0.2.6.bb
@@ -8,20 +8,20 @@ DEPENDS = "\
"
SRC_URI = "\
- git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
+ git://github.com/hughsie/libjcat.git;branch=main;protocol=https;tag=${PV} \
file://run-ptest \
"
-SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125"
+SRCREV = "4f4bf849c1728ba291f28cea86d140785368fdd0"
inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
PACKAGECONFIG ??= "\
gpg \
- pkcs7 \
+ gnutls_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[gnutls_pkcs7] = "-Dgnutls_pkcs7=true,-Dgnutls_pkcs7=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...