summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb')
-rw-r--r--meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb
new file mode 100644
index 0000000000..54df81c718
--- /dev/null
+++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb
@@ -0,0 +1,24 @@
1SUMMARY = "A library to help create and query binary XML blobs"
2HOMEPAGE = "https://github.com/hughsie/libxmlb"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5
6SRC_URI = " \
7 git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
8 file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
9 file://run-ptest \
10"
11SRCREV = "65bfb3099beeb7a5ffae995db124f55bea70f41e"
12
13DEPENDS = "glib-2.0 xz zstd"
14
15inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig
16
17PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
18PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
19
20GTKDOC_MESON_OPTION = "gtkdoc"
21
22FILES:${PN} += "${datadir}"
23
24BBCLASSEXTEND = "native"