1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

seatd: Disable overflow warning as error on ppc64/musl

Disabling the warning is easier fix then trying to fix it
in musl which results in ABI breakage and disabling the Werror
gets us along by doing minimal change, also see [1]

[1] https://todo.sr.ht/~kennylevinsen/seatd/10

(From OE-Core rev: 381cf11b994d2bf40ac8781e18b5eac17b3b6cb0)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2022-04-19 18:36:48 -07:00
committed by Richard Purdie
parent eccb34f80c
commit e64ee2d2a2
+3
View File
@@ -13,6 +13,9 @@ S = "${WORKDIR}/git"
inherit meson pkgconfig update-rc.d inherit meson pkgconfig update-rc.d
# https://www.openwall.com/lists/musl/2020/01/20/3
CFLAGS:append:libc-musl:powerpc64le = " -Wno-error=overflow"
PACKAGECONFIG ?= " \ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
libseat-builtin \ libseat-builtin \