blob: 61abd07fda0033d4bfb9aeb9cfff78215cee0dd1 [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
Andrew Geissler3eeda902023-05-19 10:14:02 -050011DEPENDS = "glib-2.0 xz"
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
14
15PACKAGECONFIG ??= "\
16 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
17"
18PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
19
20GTKDOC_MESON_OPTION = "gtkdoc"
21
22FILES:${PN}-bin += "${libexecdir}/*"
Andrew Geissler517393d2023-01-13 08:55:19 -060023
24BBCLASSEXTEND = "native"