diff options
author | Richard Hughes <hughsient@gmail.com> | 2021-12-14 14:41:04 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-14 08:13:53 -0800 |
commit | 8ed5ed9f2f6109908bf8b26a2fe0f081e25328a6 (patch) | |
tree | ced82da6dd06a2b6514be7b39aebece8c42feb69 | |
parent | 1caa1988af5eee8ac07a9460e31eccf299e76358 (diff) | |
download | meta-openembedded-8ed5ed9f2f6109908bf8b26a2fe0f081e25328a6.tar.gz |
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 <richard@hughsie.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb (renamed from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb index 9b3a343b88..585c490194 100644 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | |||
5 | SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ | 5 | SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ |
6 | file://run-ptest \ | 6 | file://run-ptest \ |
7 | " | 7 | " |
8 | SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3" | 8 | SRCREV = "89276ffa4407a8d684e95675990fa864793a7586" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | inherit gobject-introspection gtk-doc meson ptest-gnome lib_package | 11 | inherit gobject-introspection gtk-doc meson ptest-gnome lib_package |