mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:18:32 +00:00
osinfo-db-tools: Migrat to using libsoup3
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>
This commit is contained in:
parent
64bfa16828
commit
09e55ef0c2
@ -4,7 +4,7 @@ HOMEPAGE = "https://libosinfo.org"
|
|||||||
LICENSE = "GPL-2.0-or-later"
|
LICENSE = "GPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
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 \
|
SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \
|
||||||
"
|
"
|
||||||
@ -14,4 +14,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
do_configure:prepend () {
|
||||||
|
sed -i 's/-Werror//' ${S}/meson.build
|
||||||
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user