Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] lxc needs gzip scripts for lxc-checkconfig runtime
@ 2015-09-20 15:02 Jonathan Ben-Avraham
  2015-09-20 17:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Ben-Avraham @ 2015-09-20 15:02 UTC (permalink / raw)
  To: buildroot

From: Jonathan Ben Avraham <yba@tkos.co.il>

lxc executables such as lxc-checkconfig require scripts provided by
gzip such as zgrep.

Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
---
 package/lxc/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lxc/Config.in b/package/lxc/Config.in
index ffd9b4a..5377977 100644
--- a/package/lxc/Config.in
+++ b/package/lxc/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LXC
 	bool "lxc"
 	select BR2_PACKAGE_LIBCAP
+	select BR2_PACKAGE_GZIP # runtime, for lxc-checkconfig
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU # fork()
 	# build system forcefully builds a shared library
-- 
1.7.9.5

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

end of thread, other threads:[~2016-01-11 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-20 15:02 [Buildroot] [PATCH 1/1] lxc needs gzip scripts for lxc-checkconfig runtime Jonathan Ben-Avraham
2015-09-20 17:06 ` Thomas Petazzoni
2015-09-20 17:15   ` Jonathan Ben Avraham
2015-09-20 21:01     ` Thomas Petazzoni
2016-01-10 17:09       ` Yann E. MORIN
2016-01-11  6:32         ` Jonathan Ben Avraham
2016-01-11 18:13           ` 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