[Buildroot] [PATCH 1/1] lxc needs file for lxc-busybox template at runtime

Jonathan Ben-Avraham yba at tkos.co.il
Sun Sep 20 14:41:08 UTC 2015


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

The /usr/share/lxc/templates/lxc-busybox container template uses the
'file' command provided by package 'file'. None of the other templates
currently in /usr/share/lxc/templates use the 'file' command.

Signed-off-by: Jonathan Ben Avraham <yba at 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..d20783c 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_FILE # runtime, only for template lxc-busybox
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU # fork()
 	# build system forcefully builds a shared library
-- 
1.7.9.5



More information about the buildroot mailing list