summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-05-03 19:23:49 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-03 21:24:55 -0700
commit3d2c02af61d18768239114ee9f1999df8cd47db7 (patch)
tree70c5053fa3d31395ab877cc78ca633a7977b82b1 /meta-oe
parent50a61ea57a496d7bc3c4d909b03b24a339cc3bc7 (diff)
downloadmeta-openembedded-3d2c02af61d18768239114ee9f1999df8cd47db7.tar.gz
libxmlb: add missing dependency on glib-2.0 and xz
* without gobject-introspection-data in DISTRO_FEATURES it fails with: http://errors.yoctoproject.org/Errors/Details/702774/ Run-time dependency gio-2.0 found: NO (tried pkgconfig) ../git/meson.build:119:0: ERROR: Dependency gio-2.0 not found, tried pkgconfig and http://errors.yoctoproject.org/Errors/Details/702777/ Run-time dependency liblzma found: NO (tried pkgconfig) ../git/meson.build:121:0: ERROR: Dependency liblzma not found, tried pkgconfig Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
index 3366b7e7f9..61abd07fda 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
@@ -8,6 +8,8 @@ SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
8SRCREV = "a6cac6a715d57c393bbddee4d0381ad943341af9" 8SRCREV = "a6cac6a715d57c393bbddee4d0381ad943341af9"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11DEPENDS = "glib-2.0 xz"
12
11inherit gobject-introspection gtk-doc meson ptest-gnome lib_package 13inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
12 14
13PACKAGECONFIG ??= "\ 15PACKAGECONFIG ??= "\