Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/systemd: importd broken on Sourcery CodeBench ARM 2014.05
@ 2016-07-10 21:56 Yann E. MORIN
  2016-07-11  9:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Yann E. MORIN @ 2016-07-10 21:56 UTC (permalink / raw)
  To: buildroot

This toolchain uses glibc-2.18, which is tool old to provide O_TMPFILE,
which was added only in glibc-2.19.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/systemd/Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 4a2aa33..48e6c45 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -145,6 +145,8 @@ config BR2_PACKAGE_SYSTEMD_IMPORTD
 	bool "enable import daemon"
 	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11 # O_TMPFILE
+	# This toolchain has glibc-2.18, too old to provide O_TMPFILE
+	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
 	select BR2_PACKAGE_LIBCURL
 	select BR2_PACKAGE_LIBGCRYPT
 	select BR2_PACKAGE_BZIP2
@@ -160,8 +162,12 @@ config BR2_PACKAGE_SYSTEMD_IMPORTD
 
 comment "import daemon needs a toolchain w/ headers >= 3.11"
 	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
+	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
 	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
 
+comment "import daemon broken on Sourcery CodeBench ARM 2014.05"
+	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
+
 config BR2_PACKAGE_SYSTEMD_KDBUS
 	bool "enable kdbus support"
 	help
-- 
2.7.4

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

end of thread, other threads:[~2016-08-28 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 21:56 [Buildroot] [PATCH] package/systemd: importd broken on Sourcery CodeBench ARM 2014.05 Yann E. MORIN
2016-07-11  9:02 ` Thomas Petazzoni
2016-07-11 17:16   ` Yann E. MORIN
2016-08-27 21:32     ` Thomas Petazzoni
2016-08-27 21:48       ` Yann E. MORIN
2016-08-28  7:29         ` Thomas Petazzoni
2016-08-28 14:36           ` Yann E. MORIN

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