[Buildroot] Feature request - pull sources from repose

James Hanley jhanley at dgtlrift.com
Fri Jul 8 16:36:55 UTC 2011


I meant to reply all - sorry Peter for the double message.

I used this patch
http://lists.uclibc.org/pipermail/uclibc-cvs/2011-June/029684.html
with some modification - specifically where he used
int nsig = _NSIG / 8;
I used
const int nsig = _NSIG / 8;



On Thu, Jul 7, 2011 at 1:22 PM, Peter Korsgaard <jacmet at uclibc.org> wrote:
>>>>>> "James" == James Hanley <jhanley at dgtlrift.com> writes:
>
>  James> Right now, buildroot downloads sources from released tarball urls, it
>  James> would be great if they could also pull from source repositories (git,
>  James> svn, etc.) to get unreleased features. For example I ran into an issue
>  James> with uclibc which was fixed but not yet released.  It may also assist
>  James> in weeding out integration issues before package release.
>
> I see Thomas already answered you, but what problem was this exactly and
> what uClibc git commit fixed it? Probably we can backport it to 0.9.32
> and include it in buildroot.
>
> --
> Bye, Peter Korsgaard
>



More information about the buildroot mailing list