[oe-commits] [meta-openembedded] branch master-next updated: openocd: Add --disable-werror always

git at git.openembedded.org git at git.openembedded.org
Wed Sep 11 21:26:29 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 054804d  openocd: Add --disable-werror always
054804d is described below

commit 054804de14224499d103fb11327ab62363c5e0ca
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 11 14:22:41 2019 -0700

    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 at gmail.com>
---
 meta-oe/recipes-devtools/openocd/openocd_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index ab2fd7f..241b4ba 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list