Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] systemd: needs kernel headers >= 3.7.
@ 2014-03-28 16:31 Eric Le Bihan
  2014-03-28 16:31 ` [Buildroot] [PATCH] systemd: enable build for supported architectures Eric Le Bihan
  2014-03-29  8:35 ` [Buildroot] [PATCH] systemd: needs kernel headers >= 3.7 Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Le Bihan @ 2014-03-28 16:31 UTC (permalink / raw)
  To: buildroot

Systemd needs Linux headers >= 3.7 because it uses IFLA_GRE_FLOWINFO
from linux/if_tunnel.h.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 system/Config.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/Config.in b/system/Config.in
index e8f1ed6..54aac11 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -96,12 +96,12 @@ config BR2_INIT_SYSTEMD
 	depends on BR2_TOOLCHAIN_HAS_SSP
 	depends on BR2_USE_MMU
 	depends on !BR2_PREFER_STATIC_LIB
-	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
 	select BR2_PACKAGE_SYSTEMD
 
-comment 'systemd needs an (e)glibc toolchain, headers >= 3.0'
+comment 'systemd needs an (e)glibc toolchain, headers >= 3.7'
 	depends on !(BR2_TOOLCHAIN_USES_GLIBC \
-		&& BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0)
+		&& BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7)
 
 config BR2_INIT_NONE
 	bool "None"
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-29 14:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 16:31 [Buildroot] [PATCH] systemd: needs kernel headers >= 3.7 Eric Le Bihan
2014-03-28 16:31 ` [Buildroot] [PATCH] systemd: enable build for supported architectures Eric Le Bihan
2014-03-29  9:23   ` Thomas Petazzoni
2014-03-29  8:35 ` [Buildroot] [PATCH] systemd: needs kernel headers >= 3.7 Thomas Petazzoni
2014-03-29  9:32   ` Yann E. MORIN
2014-03-31  9:40     ` Eric Le Bihan
2014-03-31  9:46       ` Thomas Petazzoni
2014-07-29 14:14     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox