[Buildroot] [PATCH] ofono: needs dynamic library support

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jun 6 20:56:50 UTC 2015


Baruch, All,

On 2015-06-06 23:27 +0300, Baruch Siach spake thusly:
> The only package selection ofono, connman, requires dynamic library already.
> 
> Fixes:
> http://autobuild.buildroot.net/results/c5b/c5bb44c192c076b42538f805062a465318051df4/
> 
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>

Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/ofono/Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/ofono/Config.in b/package/ofono/Config.in
> index eb1856fdb794..f709b04180d4 100644
> --- a/package/ofono/Config.in
> +++ b/package/ofono/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_OFONO
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
>  	depends on BR2_USE_MMU # dbus, libglib2
>  	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
> +	depends on !BR2_STATIC_LIBS # dlopen()
>  	select BR2_PACKAGE_LIBCAP_NG
>  	select BR2_PACKAGE_DBUS
>  	select BR2_PACKAGE_LIBGLIB2
> @@ -15,7 +16,7 @@ config BR2_PACKAGE_OFONO
>  
>  	  http://ofono.org/
>  
> -comment "ofono needs a toolchain w/ wchar, threads"
> +comment "ofono needs a toolchain w/ dynamic library, wchar, threads"
>  	depends on BR2_USE_MMU
> -	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
> +	depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
>  	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
> -- 
> 2.1.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list