[OE-core] [PATCH] binutils: Add gnu-config-native to DEPENDS

Phil Blundell pb at pbcl.net
Tue Nov 12 13:43:21 UTC 2013


do_configure() in binutils.inc includes an explicit call to
gnu-configize so we need to make sure that gnu-config-native is
present.  Previously this was being dragged in with the rest of the
autotools stuff, but commit 54a3e2ee37003fc56af0339f857b0b6442790c26
disabled that for binutils-cross on the grounds that "we don't 
autoreconf" the toolchain components.  Fix this by adding 
gnu-config-native itself explicitly to DEPENDS.

Signed-off-by: Phil Blundell <philb at gnu.org>
---
 meta/recipes-devtools/binutils/binutils.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 4575774..17c66bc 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -11,7 +11,7 @@ BUGTRACKER = "http://sourceware.org/bugzilla/"
 SECTION = "devel"
 LICENSE = "GPLv3"
 
-DEPENDS = "flex-native bison-native zlib-native"
+DEPENDS = "flex-native bison-native zlib-native gnu-config-native"
 
 inherit autotools gettext multilib_header
 
-- 
1.8.4.rc3






More information about the Openembedded-core mailing list