diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:12:32 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
| commit | 414fa782be32280cc39b8e595984e50dada79371 (patch) | |
| tree | acfcdae4fbb9ce32a1b63f5b1c01e0ccf910d98c /meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb | |
| parent | cc744accb8ed50e86ae1d9b87e3bd16b3b8c2901 (diff) | |
| download | meta-openembedded-414fa782be32280cc39b8e595984e50dada79371.tar.gz | |
libjcat: upgrade 0.1.11 -> 0.1.12
Changelog:
==========
Bugfixes:
- Correctly export the AliasIds in all cases
- Install installed-test firmware.bin.ed25519
- Predate test cert activation date by 1 day
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb')
| -rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb new file mode 100644 index 0000000000..ff573ff7df --- /dev/null +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "Library for reading and writing Jcat files" | ||
| 2 | LICENSE = "LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 4 | |||
| 5 | DEPENDS = "\ | ||
| 6 | glib-2.0 \ | ||
| 7 | json-glib \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | SRCREV = "898b80468288bc6278b73210783ba1f7c0219c71" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "\ | ||
| 20 | gpg \ | ||
| 21 | pkcs7 \ | ||
| 22 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | ||
| 23 | " | ||
| 24 | PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme" | ||
| 25 | PACKAGECONFIG[pkcs7] = "-Dpkcs7=true,-Dpkcs7=false,gnutls gnutls-native" | ||
| 26 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" | ||
| 27 | |||
| 28 | # manpage generation is broken because help2man needs to run the target binary on the host... | ||
| 29 | EXTRA_OEMESON = "-Dman=false" | ||
| 30 | GTKDOC_MESON_OPTION = "gtkdoc" | ||
| 31 | |||
| 32 | RDEPENDS:${PN}:class-target = "\ | ||
| 33 | ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \ | ||
| 34 | " | ||
