On Mon, Jun 07, 2010 at 04:22:54PM +0200, Jan Paesmans wrote: >Hi Khem, > >Just a wild and stupid idea, could it be that bitbake doesn't take >dependencies into account for unpacking the source?
unpackers are completely ignored. Look at the default depends: virtual/coreutils, shasum, stagemanager Missing feature (and a can of worms, dependency wise; you end up with a somewhat sane set iff you rely on the unpacker e.g. xz being pre-configured, autotools-wise. Don't try to use xz_git for such stuff, believe me ;). >Regards, > >Jan > >On Mon, Jun 7, 2010 at 4:19 PM, Jan Paesmans <[email protected]> wrote: >> Hi Khem, >> >> Updated to latest org.openembedded.dev and tried building the latest >> grep-native. >> I added the inherit to gettext but there seems to be something wrong. >> The new grep bb file needs xz-native. >> It is specified in the dependencies but for some reason bitbake >> doesn't take the dependency into account and grep-native fails with a >> missing xz. >> First running 'bitbake xz-native' by hand and then running 'bitbake >> grep-native' succeeds. >> This indicates that xz-native is indeed the correct dependency but for >> some reason it is not taken into account. >> >> Regards, Jan >> >> On Mon, Jun 7, 2010 at 4:11 PM, Khem Raj <[email protected]> wrote: >>> On (07/06/10 09:35), Jan Paesmans wrote: >>>> Hi, >>>> I was having problems with building grep both native and for target on >>>> our build system. >>>> Seems that there is a dependency missing on gettext. Adding gettext to >>>> the inherit directive solves the build failure. >>> >>> thanks for report. I will test a fix today. >>> -Khem >>> >> > >_______________________________________________ >Openembedded-devel mailing list >[email protected] >http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
