diff options
-rw-r--r-- | meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb index 4434a851e7..11de5e404b 100644 --- a/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb +++ b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://libosinfo.org" | |||
4 | LICENSE = "GPL-2.0-or-later" | 4 | LICENSE = "GPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0 json-glib libarchive libsoup-2.4" | 7 | DEPENDS = "glib-2.0 json-glib libarchive libsoup" |
8 | 8 | ||
9 | SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \ | 9 | SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \ |
10 | " | 10 | " |
@@ -14,4 +14,8 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | inherit meson pkgconfig | 15 | inherit meson pkgconfig |
16 | 16 | ||
17 | do_configure:prepend () { | ||
18 | sed -i 's/-Werror//' ${S}/meson.build | ||
19 | } | ||
20 | |||
17 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |