mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
openocd: Add --disable-werror always
toolchain-gcc override is only valid when meta-clang is included in layers, but this knob is actually needed for gcc to work, so having an empty override would not add this option while the default compiler remains gcc Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,8 +26,8 @@ inherit pkgconfig autotools-brokensep gettext
|
||||
|
||||
BBCLASSEXTEND += "nativesdk"
|
||||
|
||||
EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html"
|
||||
EXTRA_OECONF_append_toolchain-gcc = " --disable-werror "
|
||||
EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror"
|
||||
|
||||
do_configure() {
|
||||
./bootstrap nosubmodule
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/jimtcl/autosetup
|
||||
|
||||
Reference in New Issue
Block a user