diff options
Diffstat (limited to 'meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb')
| -rw-r--r-- | meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "A library to help create and query binary XML blobs" | ||
| 2 | HOMEPAGE = "https://github.com/hughsie/libxmlb" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 5 | |||
| 6 | SRC_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 | " | ||
| 11 | SRCREV = "65bfb3099beeb7a5ffae995db124f55bea70f41e" | ||
| 12 | |||
| 13 | DEPENDS = "glib-2.0 xz zstd" | ||
| 14 | |||
| 15 | inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | ||
| 18 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" | ||
| 19 | |||
| 20 | GTKDOC_MESON_OPTION = "gtkdoc" | ||
| 21 | |||
| 22 | FILES:${PN} += "${datadir}" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
