blob: 3366b7e7f9af3b989d5f56030390f8014e61c35e [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "A library to help create and query binary XML blobs"
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
4
5SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
6 file://run-ptest \
7 "
Andrew Geissler87f5cff2022-09-30 13:13:31 -05008SRCREV = "a6cac6a715d57c393bbddee4d0381ad943341af9"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009S = "${WORKDIR}/git"
10
11inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
12
13PACKAGECONFIG ??= "\
14 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
15"
16PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
17
18GTKDOC_MESON_OPTION = "gtkdoc"
19
20FILES:${PN}-bin += "${libexecdir}/*"
Andrew Geissler517393d2023-01-13 08:55:19 -060021
22BBCLASSEXTEND = "native"