Files
poky/meta/recipes-devtools
Phil Blundell 301ae75773 binutils: Also add autoconf-native to DEPENDS
Commit 616354f13732d13c17434d5b60b166f691c25761 is insufficient because
gnu-config-native's gnu-configize script uses perl modules from autoconf
and hence doesn't work unless autoconf-native is staged (which it may
not be if building from sstate).

Ideally g-c-n would itself declare a dependency on autoconf-native but this
is difficult to arrange without creating a dependency loop.  autoconf-native
already depends on gnu-config-native (because autoreconf invokes gnu-configize)
and has a build dependency on m4-native, which in turn build-depends on g-c-n
because it configizes itself by steam in do_configure and needs config.{guess,sub}
to be available.  Adding some sort of gnu-config-initial-native recipe would
fix the latter problem, but this would be ugly because it would need special-casing
in (at least) autotools.bbclass, and in any case this still wouldn't solve
the problem of autoconf itself depending on g-c-n.

So, the easiest solution to the problem at hand is to arrange for those
few recipes that depend on g-c-n but not autoconf-native to gain that
latter dependency as well.

(From OE-Core master rev: 507199e57acfcc99639dc2c53abe194d77d60866)

(From OE-Core rev: bbf8f596ca51aa33bdb5b0d5664827d62408863c)

Signed-off-by: Phil Blundell <pb@pbcl.net>
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>
2014-02-09 11:04:16 +00:00
..
2013-07-02 22:23:49 +01:00
2013-09-17 20:53:20 +01:00
2013-09-14 08:21:01 +01:00
2013-06-07 16:48:23 +01:00
2013-10-01 22:56:03 +01:00
2013-12-12 17:00:19 +00:00
2013-08-03 10:33:05 +01:00
2013-08-26 11:29:45 +01:00
2013-07-05 15:44:12 +01:00
2013-02-06 09:37:26 +00:00
2011-11-29 11:22:04 +00:00
2013-08-03 10:33:05 +01:00
2013-07-29 13:09:09 +01:00
2013-04-28 12:12:20 +01:00
2013-03-18 13:18:24 +00:00
2013-07-29 13:09:14 +01:00
2013-10-07 09:37:33 +01:00
2012-08-19 10:46:39 +01:00
2013-08-13 23:05:58 +01:00