From: Axel Lin <axel.lin@ingics.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT
Date: Tue, 03 Sep 2013 17:39:53 +0800 [thread overview]
Message-ID: <1378201193.10215.0.camel@phoenix> (raw)
The BR2_ELF2FLT option has been renamed to BR2_PACKAGE_HOST_ELF2FLT, thus use
the new name to fix dependency.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Config.in b/Config.in
index cb246a4..65c29b4 100644
--- a/Config.in
+++ b/Config.in
@@ -286,7 +286,7 @@ choice
config BR2_STRIP_strip
bool "strip"
- depends on !BR2_ELF2FLT
+ depends on !BR2_PACKAGE_HOST_ELF2FLT
help
Binaries and libraries in the target filesystem will be
stripped using the normal 'strip' command. This allows to
@@ -297,7 +297,7 @@ config BR2_STRIP_strip
config BR2_STRIP_sstrip
bool "sstrip"
select BR2_PACKAGE_SSTRIP_HOST
- depends on !BR2_ELF2FLT
+ depends on !BR2_PACKAGE_HOST_ELF2FLT
help
Binaries and libraries in the target filesystem will be
stripped using the 'sstrip' command, which strips a little
--
1.8.1.2
next reply other threads:[~2013-09-03 9:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 9:39 Axel Lin [this message]
2013-09-03 10:00 ` [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT Thomas Petazzoni
2013-09-09 21:29 ` Peter Korsgaard
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=1378201193.10215.0.camel@phoenix \
--to=axel.lin@ingics.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.