autotools: Remove special handling for autoconf* and automake*
authorPhil Blundell <philb@gnu.org>
Sat, 22 Sep 2012 16:18:08 +0000 (17:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 10:30:33 +0000 (11:30 +0100)
commit954ce449f27f9fbbfd7987d072e1ce2813af8e8a
treebffa0fed9a4b9442f67d8b04692c350c577009ab
parent0f0930025966279ab4997f211175f826a686f8e2
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>
meta/classes/autotools.bbclass
meta/recipes-devtools/autoconf/autoconf.inc
meta/recipes-devtools/autoconf/autoconf_2.69.bb
meta/recipes-devtools/automake/automake.inc
meta/recipes-devtools/automake/automake_1.12.3.bb