From e20d708218ccc5e09992f67de496577653f91f86 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Apr 2024 16:42:06 +0800 Subject: libxmlb: upgrade 0.3.17 -> 0.3.18 Changelog: ========== - Fix decompressing large zstd files, harder - Include the pkgconfig variables in the subproject declared dependency (From OE-Core rev: d1e1a9e834e0736f6be0d912d0ff9dba1d0ef814) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb | 25 ------------------------- meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb create mode 100644 meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb deleted file mode 100644 index f403857fea..0000000000 --- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "A library to help create and query binary XML blobs" -HOMEPAGE = "https://github.com/hughsie/libxmlb" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -SRC_URI = " \ - git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ - file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ - file://run-ptest \ -" -SRCREV = "db54f1b3254334e59b29b01b6cb666f444746594" -S = "${WORKDIR}/git" - -DEPENDS = "glib-2.0 xz zstd" - -inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig - -PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" -PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" - -GTKDOC_MESON_OPTION = "gtkdoc" - -FILES:${PN} += "${datadir}" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb new file mode 100644 index 0000000000..10ceab0721 --- /dev/null +++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb @@ -0,0 +1,25 @@ +SUMMARY = "A library to help create and query binary XML blobs" +HOMEPAGE = "https://github.com/hughsie/libxmlb" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +SRC_URI = " \ + git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ + file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ + file://run-ptest \ +" +SRCREV = "59cf2e0bf3c4d0905a32e32828d6100784993621" +S = "${WORKDIR}/git" + +DEPENDS = "glib-2.0 xz zstd" + +inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig + +PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" +PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" + +GTKDOC_MESON_OPTION = "gtkdoc" + +FILES:${PN} += "${datadir}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf