Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/systemd-bootchart: needs headers >= 3.17
@ 2016-08-13 17:06 Yann E. MORIN
  2016-08-13 17:06 ` [Buildroot] [PATCH 2/2] package/systemd-bootchart: don't build manpages Yann E. MORIN
  2016-08-14 14:03 ` [Buildroot] [PATCH 1/2] package/systemd-bootchart: needs headers >= 3.17 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2016-08-13 17:06 UTC (permalink / raw)
  To: buildroot

It uses GRND_NONBLOCK, introduced in 3.17.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/systemd-bootchart/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/systemd-bootchart/Config.in b/package/systemd-bootchart/Config.in
index 2a70b8d..8deb6b9 100644
--- a/package/systemd-bootchart/Config.in
+++ b/package/systemd-bootchart/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SYSTEMD_BOOTCHART
 	bool "systemd-bootchart"
 	depends on BR2_INIT_SYSTEMD
+	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
 	help
 	  systemd-bootchart is a tool, usually run at system startup,
 	  that collects the CPU load, disk load, memory usage, as well
@@ -19,3 +20,7 @@ config BR2_PACKAGE_SYSTEMD_BOOTCHART
 	  these options are enabled.
 
 	  http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html
+
+comment "systemd-bootchart needs a toolchain w/ headers >= 3.17"
+	depends on BR2_INIT_SYSTEMD
+	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
-- 
2.7.4

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-13 17:06 [Buildroot] [PATCH 1/2] package/systemd-bootchart: needs headers >= 3.17 Yann E. MORIN
2016-08-13 17:06 ` [Buildroot] [PATCH 2/2] package/systemd-bootchart: don't build manpages Yann E. MORIN
2016-08-14 14:05   ` Thomas Petazzoni
2016-08-14 14:03 ` [Buildroot] [PATCH 1/2] package/systemd-bootchart: needs headers >= 3.17 Thomas Petazzoni

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