The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcgroup / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libcgroup/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/libcgroup/Config.in
new file mode 100644 (file)
index 0000000..b7a84e0
--- /dev/null
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBCGROUP
+       bool "libcgroup"
+       depends on BR2_INSTALL_LIBSTDCPP
+       # libcgroup uses <fts.h> which is not included by default in uClibc
+       depends on BR2_TOOLCHAIN_USES_GLIBC
+       help
+         libcgroup is a library that abstracts the control
+         group file system in Linux.
+
+         http://libcg.sourceforge.net/
+
+comment "libcgroup needs an (e)glibc toolchain w/ C++"
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC