summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-09-08 13:42:41 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-10 06:49:11 -0700
commitbeec23ea8ff4b2942a8cff69f7b2ce104bd475af (patch)
treebcdfc54cae3f05c25aff3b96bff8ec6b6e62a595 /meta-oe/recipes-gnome
parentf4fa25231c7e66c87808439f8cc1921dc052da44 (diff)
downloadmeta-openembedded-beec23ea8ff4b2942a8cff69f7b2ce104bd475af.tar.gz
libxmlb: update 0.3.10 -> 0.3.14
This update is required for latest appstream release Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb (renamed from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
index 61abd07fd..d46811124 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
@@ -5,12 +5,12 @@ 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 = "a6cac6a715d57c393bbddee4d0381ad943341af9" 8SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11DEPENDS = "glib-2.0 xz" 11DEPENDS = "glib-2.0 xz zstd"
12 12
13inherit gobject-introspection gtk-doc meson ptest-gnome lib_package 13inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig
14 14
15PACKAGECONFIG ??= "\ 15PACKAGECONFIG ??= "\
16 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ 16 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \