generic-poky/meta/recipes-devtools/autoconf
Phil Blundell 82a99a4cee autotools: Remove special handling for autoconf* and automake*
For reasons that are now shrouded in obscurity, autotools.bbclass
has long contained a special heuristic to avoid attempting to run
autoreconf when building autoconf or automake themselves.  However,
the wildcard test against PN which is used there is problematic when
trying to build another package whose name happens to start with
"autoconf", and in any case it is silly to do this test at runtime
for every package.  The individual recipes for autoconf and automake
can just as easily suppress the behaviour that they don't want by
providing a custom do_configure() method which just runs configure.

(From OE-Core rev: a87db6f8dea71cbb7ead9285ff8af0e28cf75604)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24 11:30:33 +01:00
..
autoconf autoconf: use --warning=cross only if supported 2012-09-10 13:01:51 +01:00
autoconf.inc autotools: Remove special handling for autoconf* and automake* 2012-09-24 11:30:33 +01:00
autoconf_2.69.bb autotools: Remove special handling for autoconf* and automake* 2012-09-24 11:30:33 +01:00