summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils.inc
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2013-11-12 13:43:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-12 16:00:30 +0000
commit520f95364aff82bac6d6fbf2c013a6d60c1d4b51 (patch)
tree675176ea2907c401874eb263da930251d1d07a54 /meta/recipes-devtools/binutils/binutils.inc
parent790b75f985f8152964402608559a455a8112eefb (diff)
downloadast2050-yocto-poky-520f95364aff82bac6d6fbf2c013a6d60c1d4b51.zip
ast2050-yocto-poky-520f95364aff82bac6d6fbf2c013a6d60c1d4b51.tar.gz
binutils: Add gnu-config-native to DEPENDS
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. (From OE-Core rev: 616354f13732d13c17434d5b60b166f691c25761) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud