diff options
| author | Richard Hughes <hughsient@gmail.com> | 2021-12-14 14:41:03 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-14 08:13:53 -0800 |
| commit | 1caa1988af5eee8ac07a9460e31eccf299e76358 (patch) | |
| tree | 9abf87cf57e5ea1d73b55700f992d61a5eeb4ea4 /meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb | |
| parent | 2156c4416a711c42a9eda106ae228b53bd130ab7 (diff) | |
| download | meta-openembedded-1caa1988af5eee8ac07a9460e31eccf299e76358.tar.gz | |
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 <richard@hughsie.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb')
| -rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb deleted file mode 100644 index 87767ac2a0..0000000000 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "Library for reading and writing Jcat files" | ||
| 2 | LICENSE = "LGPLv2.1" | ||
| 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=master;protocol=https \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala | ||
| 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 | " | ||
