On Sat, Feb 19, 2011 at 9:52 PM, Mike Westerhof <[email protected]> wrote:
> Parsing stalled. Debugging shows its stuck on parsing libinih:
>
> PV = "0.0+gitr${SRCPV}"
> PKGV = "${GITPKGVTAG}"
>
> I think we had decided some time ago that OE recipes were to be nailed
> down in some fashion such that one should be able to parse all the
> recipes, at least, without a network connection.
>
> Have I missed setting something for my distro so that the above lines
> don't have to go to the libinih git repo for every parse?
hmmm the problem seems to be because its using AUTOREV
there are few other recipes which are using autorev
recipes/libinih/libinih_git.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-jlime-jornada6xx_2.6.32.bb:SRCREV = "${AUTOREV}"
recipes/linux/linux-mini2440_2.6.30+git.bb:SRCREV = "${AUTOREV}"
recipes/nonworking/linux/linux-jlime-jornada6xx_2.6.25.bb:SRCREV = "${AUTOREV}"
I think if AUTOREV are not used in recipes directly
but instead collected in a conf file then this issue
may be avoided.
>
> For now, I've fixed it by masking out that recipe in my local.conf -- I
> have no need for it. Is that the correct solution for recipes that do this?
>
>
> Thanks,
> -Mike (mwester)
>
> _______________________________________________
> 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