summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2013-11-12 13:43:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 17:00:15 +0000
commitff80e69648d062a3ad2935536cb6683243f8a6c2 (patch)
treebf96445be6fd3430ce6aa88ed2b9ca3dba1545f9 /meta
parent5411bbcdb5f8be99bab979acbdead88275827dbb (diff)
downloadpoky-ff80e69648d062a3ad2935536cb6683243f8a6c2.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 master rev: 616354f13732d13c17434d5b60b166f691c25761) (From OE-Core rev: c7b50b95ab27d3ea3b37e3ee16050af962746f5c) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 5e78dc03df..b8463ab1cc 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -11,7 +11,7 @@ BUGTRACKER = "http://sourceware.org/bugzilla/"
11SECTION = "devel" 11SECTION = "devel"
12LICENSE = "GPLv3" 12LICENSE = "GPLv3"
13 13
14DEPENDS = "flex-native bison-native zlib-native" 14DEPENDS = "flex-native bison-native zlib-native gnu-config-native"
15 15
16inherit autotools gettext multilib_header 16inherit autotools gettext multilib_header
17 17