From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-gnome][PATCH 3/4] network-manager-applet: Remove all occurances of -Werror in makefiles
Date: Wed, 28 Jun 2017 21:52:53 -0700 [thread overview]
Message-ID: <20170629045254.22351-3-raj.khem@gmail.com> (raw)
In-Reply-To: <20170629045254.22351-1-raj.khem@gmail.com>
There are options like -Werror=foo which get trimmed to =foo and
results in compiler fails
Fixes
| aarch64-bec-linux-gcc: error: =format-security: No such file or directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../network-manager-applet/network-manager-applet_1.4.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
index 5ad107012..8cec305ef 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= ""
do_configure_append() {
# Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
for i in $(find ${B} -name "Makefile") ; do
- sed -i -e s:-Werror::g $i
+ sed -i -e s%-Werror[^[:space:]]*%%g $i
done
}
--
2.13.2
next prev parent reply other threads:[~2017-06-29 4:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-29 4:52 [meta-oe][PATCH 1/4] fluentbit: Upgrade to 0.11.11 Khem Raj
2017-06-29 4:52 ` [meta-oe][PATCH 2/4] breakpad: Upgrade to latest and fix use of ucontext_t Khem Raj
2017-06-29 4:52 ` Khem Raj [this message]
2017-06-29 4:52 ` [meta-oe][PATCH 4/4] hddtemp: Replace struct ucontext with ucontext_t Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170629045254.22351-3-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox