[Buildroot] [RFC 14/15] foobar: create a fake proprietary package (testing only)

Michael S. Zick minimod at morethan.org
Sun Jan 29 15:50:25 UTC 2012


On Sun January 29 2012, Diego Iastrubni wrote:
> On Sun, Jan 29, 2012 at 5:11 PM, Luca Ceresoli <luca at lucaceresoli.net> wrote:
> >
> > This is only for testing the proprietary package handling, not to be
> > committed in any serious repository.
> >
> > +FOOBAR_LICENSE = PROPRIETARY
> >
> > +++ b/package/foobar/source/foobar.c
> > @@ -0,0 +1,7 @@
> > +#include <stdlib.h>
> > +
> > +int main(void)
> > +{
> > +  printf("Hello, World!\n");
> > +  return 0;
> > +}
> 
> 
> <sarcasm>
> OMG OMG... buildroot is forking into a proprietary applications DB...
> where is ./ where we need them?
> </sarcasm>
> 

Perhaps you missed the recently added support for closed source
binary firmware blobs?

<sarcasm>
Your panic threshold setting may have to be tweaked up a bit.
</sarcasm>

If this proposal or something like it is included in the build
system, then those firmware blob licenses could also be handled
with the new bit of infrastructure.

Mike
> /me takes a cup of water and relaxes... ;-)
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 
> 




More information about the buildroot mailing list