summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-05-22 10:36:23 +1200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-21 17:20:21 -0700
commit0ef03e2f75b402729a080ba4954b52e9adf83696 (patch)
tree0a627174c11e8459dc05a9dabe48da7f08247bef /meta-oe/recipes-gnome
parentc967ae5edc2b8ce871022e6a8e1990b47e0680f7 (diff)
downloadmeta-openembedded-0ef03e2f75b402729a080ba4954b52e9adf83696.tar.gz
libjcat: upgrade 0.2.3 -> 0.2.6
Update packageconfig option to use "gnutls" prefix[1] Also include tag in the SRC_URI [1]https://github.com/hughsie/libjcat/commit/d873545c23064620eb884b7e67ff1cda94b891fa PTEST passed: root@qemuarm64:~# ptest-runner libjcat START: ptest-runner 2026-05-21T21:45 BEGIN: /usr/lib/libjcat/ptest Running test: libjcat/libjcat.test ... ... # End of jcat tests PASS: libjcat/libjcat.test SUMMARY: total=1; passed=1; skipped=0; failed=0; user=5.1s; system=0.1s; maxrss=9688 DURATION: 6 END: /usr/lib/libjcat/ptest 2026-05-21T21:45 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-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...