[Buildroot] [PATCH v2] libcap-ng: disable on avr32 which lacks TLS

Samuel Martin s.martin49 at gmail.com
Fri Nov 22 09:39:17 UTC 2013


Hi Ryan,


2013/11/22 Ryan Barnett <rjbarnet at rockwellcollins.com>

> Samuel,
>
> Samuel Martin <s.martin49 at gmail.com> wrote on 11/22/2013 03:26:47 AM:
>
> [...]
>
> > diff --git a/package/ofono/Config.in b/package/ofono/Config.in
> > index c431e08..1cb41ea 100644
> > --- a/package/ofono/Config.in
> > +++ b/package/ofono/Config.in
> > @@ -3,6 +3,7 @@ config BR2_PACKAGE_OFONO
> >     depends on BR2_USE_WCHAR # gettext, libglib2
> >     depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
> >     depends on BR2_USE_MMU # dbus
> > +   depends on !BR2_avr32 # libcap-ng
> >     select BR2_PACKAGE_LIBCAP_NG
> >     select BR2_PACKAGE_DBUS
> >     select BR2_PACKAGE_LIBGLIB2
> > @@ -15,5 +16,6 @@ config BR2_PACKAGE_OFONO
> >       http://ofono.org/
> >
> >  comment "ofono needs a toolchain w/ wchar, threads"
>
> Wouldn't you want comment above saying and !avr32 or something to that
> extent?
>
According to the manual (
http://git.buildroot.net/buildroot/tree/docs/manual/adding-packages-directory.txt#n213),
this is not needed.


> > +   depends on !BR2_avr32
> >     depends on BR2_USE_MMU
> >     depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
>
> Thanks,
> -Ryan
>
>
Regards,

-- 
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131122/cd0af86b/attachment-0002.html>


More information about the buildroot mailing list