diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-09-08 15:07:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-09 09:34:13 -0700 |
| commit | a24f558954669be0dc132ba899a134c18313ab3e (patch) | |
| tree | 1425a11b8bdf80a452160a492d62a4fbc0fdb861 /meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb | |
| parent | 12caa8df7943b91888f528b92816f27ab74c98c3 (diff) | |
| download | meta-openembedded-a24f558954669be0dc132ba899a134c18313ab3e.tar.gz | |
libjcat: upgrade 0.1.7 -> 0.1.8
Version 0.1.8
~~~~~~~~~~~~~
Released: 2021-05-24
Bugfixes:
- Fix a warning when used in a subproject (Richard Hughes)
- Fix compilation on FreeBSD (Richard Hughes)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb')
| -rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb deleted file mode 100644 index e96ef004a3..0000000000 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.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 \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | SRCREV = "e5307885528cf07058be073d0621624749cc10df" | ||
| 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 | " | ||
