diff mbox

Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT

Message ID 1378201193.10215.0.camel@phoenix
State Accepted
Commit 9f2bf30e1e3fd02230cae39dbfeba423adedbb25
Headers show

Commit Message

Axel Lin Sept. 3, 2013, 9:39 a.m. UTC
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(-)

Comments

Thomas Petazzoni Sept. 3, 2013, 10 a.m. UTC | #1
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
Peter Korsgaard Sept. 9, 2013, 9:29 p.m. UTC | #2
>>>>> "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.
diff mbox

Patch

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