blob: 321e7c36a2a17f265a6ba1a148219f11e96a1ba1 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "A GObject library to create cabinet files"
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcab"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = "glib-2.0"
7
8SRC_URI = "\
9 ${GNOME_MIRROR}/gcab/${PV}/gcab-${PV}.tar.xz \
10 file://run-ptest \
11"
12SRC_URI[sha256sum] = "67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f"
13
14inherit gobject-introspection gtk-doc manpages meson ptest-gnome vala
15
16PACKAGECONFIG ??= "\
17 ${@bb.utils.contains('USE_NLS', 'yes', 'nls', '', d)} \
18 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
19"
20PACKAGECONFIG[manpages] = ""
21PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false"
22PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false"
23
24BBCLASSEXTEND = "native"