Upstream builds with -Werror by default, which this switch disables. Alex
On Tue, 2 Jun 2020 at 04:27, Khem Raj <[email protected]> wrote: > > > On Sun, May 31, 2020 at 8:53 AM Alexander Kanavin <[email protected]> > wrote: > >> Signed-off-by: Alexander Kanavin <[email protected]> >> --- >> .../strace/{strace_5.5.bb => strace_5.6.bb} | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> rename meta/recipes-devtools/strace/{strace_5.5.bb => strace_5.6.bb} >> (90%) >> >> diff --git a/meta/recipes-devtools/strace/strace_5.5.bb >> b/meta/recipes-devtools/strace/strace_5.6.bb >> similarity index 90% >> rename from meta/recipes-devtools/strace/strace_5.5.bb >> rename to meta/recipes-devtools/strace/strace_5.6.bb >> index ae552da028..53679cd0d2 100644 >> --- a/meta/recipes-devtools/strace/strace_5.5.bb >> +++ b/meta/recipes-devtools/strace/strace_5.6.bb >> @@ -15,8 +15,8 @@ SRC_URI = " >> https://strace.io/files/${PV}/strace-${PV}.tar.xz \ >> file://uintptr_t.patch \ >> file://0001-strace-fix-reproducibilty-issues.patch \ >> " >> -SRC_URI[md5sum] = "dbce2e84632b39a4ed86b9fc60447af9" >> -SRC_URI[sha256sum] = >> "9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff" >> +SRC_URI[md5sum] = "f8e0394d4e537b3faadf0a72f5d1d17e" >> +SRC_URI[sha256sum] = >> "189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01" >> >> inherit autotools ptest >> >> @@ -27,7 +27,7 @@ PACKAGECONFIG_class-target ??= "\ >> PACKAGECONFIG[bluez] = >> "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" >> PACKAGECONFIG[libunwind] = >> "--with-libunwind,--without-libunwind,libunwind" >> >> -EXTRA_OECONF += "--enable-mpers=no" >> +EXTRA_OECONF += "--enable-mpers=no --disable-gcc-Werror" > > > Why is this needed ? Perhaps description in comment will help > > >> >> CFLAGS_append_libc-musl = " -Dsigcontext_struct=sigcontext" >> >> -- >> 2.26.2 >> >> >> >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139077): https://lists.openembedded.org/g/openembedded-core/message/139077 Mute This Topic: https://lists.openembedded.org/mt/74584170/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
