mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
pango: Drop using additional cflags with clang
This is no longer needed (From OE-Core rev: 352f16f9f4af595e4c2c96ed7de60e87055b91be) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -37,10 +37,6 @@ do_configure:prepend() {
|
||||
chmod +x ${S}/tests/*.py
|
||||
}
|
||||
|
||||
do_configure:prepend:toolchain-clang() {
|
||||
sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build
|
||||
}
|
||||
|
||||
LEAD_SONAME = "libpango-1.0*"
|
||||
|
||||
FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
|
||||
|
||||
Reference in New Issue
Block a user