From 8ed5ed9f2f6109908bf8b26a2fe0f081e25328a6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 14 Dec 2021 14:41:04 +0000 Subject: libxmlb: Update to 0.3.6 Bugfixes: - Ensure _IS_TOKENIZED is set if tokens are added manually - Ensure we never add too many tokens to the silo Signed-off-by: Richard Hughes Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb | 20 -------------------- meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb create mode 100644 meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb (limited to 'meta-oe/recipes-gnome') diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb deleted file mode 100644 index 9b3a343b88..0000000000 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "A library to help create and query binary XML blobs" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ - file://run-ptest \ - " -SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3" -S = "${WORKDIR}/git" - -inherit gobject-introspection gtk-doc meson ptest-gnome lib_package - -PACKAGECONFIG ??= "\ - ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ -" -PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" - -GTKDOC_MESON_OPTION = "gtkdoc" - -FILES:${PN}-bin += "${libexecdir}/*" diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb new file mode 100644 index 0000000000..585c490194 --- /dev/null +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb @@ -0,0 +1,20 @@ +SUMMARY = "A library to help create and query binary XML blobs" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ + file://run-ptest \ + " +SRCREV = "89276ffa4407a8d684e95675990fa864793a7586" +S = "${WORKDIR}/git" + +inherit gobject-introspection gtk-doc meson ptest-gnome lib_package + +PACKAGECONFIG ??= "\ + ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ +" +PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" + +GTKDOC_MESON_OPTION = "gtkdoc" + +FILES:${PN}-bin += "${libexecdir}/*" -- cgit v1.2.3-54-g00ecf