@@ -4,7 +4,7 @@ HOMEPAGE = "https://libosinfo.org"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "glib-2.0 json-glib libarchive libsoup-2.4"
+DEPENDS = "glib-2.0 json-glib libarchive libsoup"
SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \
"
@@ -14,4 +14,8 @@ S = "${WORKDIR}/git"
inherit meson pkgconfig
+do_configure:prepend () {
+ sed -i 's/-Werror//' ${S}/meson.build
+}
+
BBCLASSEXTEND = "native"
Disable Werror, it gets enabled when build is done from git checkouts perhaps assuming its a developer build, but thats not the case for OE Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)