summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-21 21:23:55 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-22 08:30:51 -0800
commit9fd33755308d913554c4993e385393b07766bae0 (patch)
treee5cac5dc4a77c088ccc0bc0da58768f4d7421390
parent2d41a2195a2a850057129546796d45e044cf86fa (diff)
downloadmeta-openembedded-9fd33755308d913554c4993e385393b07766bae0.tar.gz
libxmlb: upgrade 0.3.6 -> 0.3.7
Bugfixes: - Ensure reproducible results when importing a node - Ignore all hidden files when using _WATCH_DIRECTORY - Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH - Use the correct lookup method for the python3 script interpreter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb (renamed from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
index 585c490194..48a7701db7 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ 5SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
6 file://run-ptest \ 6 file://run-ptest \
7 " 7 "
8SRCREV = "89276ffa4407a8d684e95675990fa864793a7586" 8SRCREV = "dc96ba2327bb1f408909b2cd7fb4ecc318e8165a"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit gobject-introspection gtk-doc meson ptest-gnome lib_package 11inherit gobject-introspection gtk-doc meson ptest-gnome lib_package