mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
libjcat: Add recipe
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
3
meta-oe/recipes-gnome/libjcat/libjcat/run-ptest
Normal file
3
meta-oe/recipes-gnome/libjcat/libjcat/run-ptest
Normal file
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
gnome-desktop-testing-runner libjcat
|
||||
34
meta-oe/recipes-gnome/libjcat/libjcat_0.1.2.bb
Normal file
34
meta-oe/recipes-gnome/libjcat/libjcat_0.1.2.bb
Normal file
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "Library for reading and writing Jcat files"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
DEPENDS = "\
|
||||
glib-2.0 \
|
||||
json-glib \
|
||||
"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/hughsie/libjcat.git \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "1a509ac60b7446254c3bd1f45ea53e6cffba30ac"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gobject-introspection gtk-doc meson ptest-gnome vala
|
||||
|
||||
PACKAGECONFIG ??= "\
|
||||
gpg \
|
||||
pkcs7 \
|
||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
|
||||
"
|
||||
PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme"
|
||||
PACKAGECONFIG[pkcs7] = "-Dpkcs7=true,-Dpkcs7=false,gnutls gnutls-native"
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
||||
|
||||
# manpage generation is broken because help2man needs to run the target binary on the host...
|
||||
EXTRA_OEMESON = "-Dman=false"
|
||||
GTKDOC_MESON_OPTION = "gtkdoc"
|
||||
|
||||
RDEPENDS_${PN}_class-target = "\
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user