summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-gnome/libjcat/libjcat_0.2.6.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.6.bb
index 6e31889b69..ee49834524 100644
--- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb
+++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.6.bb
@@ -8,20 +8,20 @@ DEPENDS = "\
8" 8"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ 11 git://github.com/hughsie/libjcat.git;branch=main;protocol=https;tag=${PV} \
12 file://run-ptest \ 12 file://run-ptest \
13" 13"
14SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" 14SRCREV = "4f4bf849c1728ba291f28cea86d140785368fdd0"
15 15
16inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package 16inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
17 17
18PACKAGECONFIG ??= "\ 18PACKAGECONFIG ??= "\
19 gpg \ 19 gpg \
20 pkcs7 \ 20 gnutls_pkcs7 \
21 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ 21 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
22" 22"
23PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme" 23PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme"
24PACKAGECONFIG[pkcs7] = "-Dpkcs7=true,-Dpkcs7=false,gnutls gnutls-native" 24PACKAGECONFIG[gnutls_pkcs7] = "-Dgnutls_pkcs7=true,-Dgnutls_pkcs7=false,gnutls gnutls-native"
25PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" 25PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
26 26
27# manpage generation is broken because help2man needs to run the target binary on the host... 27# manpage generation is broken because help2man needs to run the target binary on the host...