[OE-core] [PATCH 2/5] m4: Add m4-nativesdk recipes

Richard Purdie richard.purdie at linuxfoundation.org
Tue Nov 29 18:04:20 UTC 2011


On Tue, 2011-11-29 at 17:48 +0000, McClintock Matthew-B29882 wrote:
> On Tue, Nov 29, 2011 at 2:38 AM,  <wenzong.fan at windriver.com> wrote:
> > From: Wenzong Fan <wenzong.fan at windriver.com>
> >
> > [YOCTO #1603]
> >
> > m4-nativesdk is required by autoconf-nativesdk.
> 
> Is there a reason we don't just extend the m4 recipe for native and
> nativesdk? (I'm just curious)

Its a good question, BBCLASSEXTEND = "nativesdk" should really work and
those recipes look wrong (they shouldn't need to set
INHIBIT_AUTOTOOLS_DEPS = "1" or have the custom do_configure).

The m4-native recipe is a little tricker as its one of the early
bootstrap dependencies required by autotools. This is why it does need
the INHIBIT_AUTOTOOLS_DEPS and custom do_configure line although those
should be possible with modern BBCLASSEXTEND...

Cheers,

Richard





More information about the Openembedded-core mailing list