diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-08 13:42:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-10 06:49:11 -0700 |
| commit | beec23ea8ff4b2942a8cff69f7b2ce104bd475af (patch) | |
| tree | bcdfc54cae3f05c25aff3b96bff8ec6b6e62a595 | |
| parent | f4fa25231c7e66c87808439f8cc1921dc052da44 (diff) | |
| download | meta-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>
| -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 61abd07fda..d468111243 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" | |||
| 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 = "a6cac6a715d57c393bbddee4d0381ad943341af9" | 8 | SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | DEPENDS = "glib-2.0 xz" | 11 | DEPENDS = "glib-2.0 xz zstd" |
| 12 | 12 | ||
| 13 | inherit gobject-introspection gtk-doc meson ptest-gnome lib_package | 13 | inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "\ | 15 | PACKAGECONFIG ??= "\ |
| 16 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 16 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
