* [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT
@ 2013-09-03 9:39 Axel Lin
2013-09-03 10:00 ` Thomas Petazzoni
2013-09-09 21:29 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-09-03 9:39 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT
2013-09-03 9:39 [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT Axel Lin
@ 2013-09-03 10:00 ` Thomas Petazzoni
2013-09-09 21:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-09-03 10:00 UTC (permalink / raw)
To: buildroot
Dear Axel Lin,
On Tue, 03 Sep 2013 17:39:53 +0800, Axel Lin wrote:
> 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>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter, this could probably be integrated in your upcoming 2013.08.1.
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT
2013-09-03 9:39 [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT Axel Lin
2013-09-03 10:00 ` Thomas Petazzoni
@ 2013-09-09 21:29 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-09-09 21:29 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> The BR2_ELF2FLT option has been renamed to BR2_PACKAGE_HOST_ELF2FLT, thus use
Axel> the new name to fix dependency.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-09 21:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 9:39 [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT Axel Lin
2013-09-03 10:00 ` Thomas Petazzoni
2013-09-09 21:29 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox