diff mbox

[09/14] system: drop IPv6 depend for systemd

Message ID 1428754662-27829-9-git-send-email-gustavo@zacarias.com.ar
State Superseded
Headers show

Commit Message

Gustavo Zacarias April 11, 2015, 12:17 p.m. UTC
It's no longer an option so it must be dropped.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 system/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN April 12, 2015, 2:34 p.m. UTC | #1
Gustavo, All,

On 2015-04-11 09:17 -0300, Gustavo Zacarias spake thusly:
> It's no longer an option so it must be dropped.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  system/Config.in | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/system/Config.in b/system/Config.in
> index 431524d..84cde94 100644
> --- a/system/Config.in
> +++ b/system/Config.in
> @@ -81,7 +81,6 @@ config BR2_INIT_SYSTEMD
>  	depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
>  	depends on BR2_TOOLCHAIN_USES_GLIBC
>  	depends on BR2_USE_WCHAR
> -	depends on BR2_INET_IPV6

I know you're taking care of that in a followup patch, but it seems
weird that you drop the dependency here in the system option, but keep
it in the systemd package, even though it is selected.

I would also remove the dependency in systemd at the same time; or push
this patch after the packages have been cleaned up (I'd prfefer the
first solution, though).

Regards,
Yann E. MORIN.

>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	depends on BR2_TOOLCHAIN_HAS_SSP
>  	depends on BR2_USE_MMU
> -- 
> 2.0.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/system/Config.in b/system/Config.in
index 431524d..84cde94 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -81,7 +81,6 @@  config BR2_INIT_SYSTEMD
 	depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
 	depends on BR2_TOOLCHAIN_USES_GLIBC
 	depends on BR2_USE_WCHAR
-	depends on BR2_INET_IPV6
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_TOOLCHAIN_HAS_SSP
 	depends on BR2_USE_MMU