On Tue, 2011-11-29 at 17:48 +0000, McClintock Matthew-B29882 wrote: > On Tue, Nov 29, 2011 at 2:38 AM, <[email protected]> wrote: > > From: Wenzong Fan <[email protected]> > > > > [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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
