From f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Mar 2015 18:07:30 -0300 Subject: packages: remove (non-)lfs dependencies and tweaks Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/python-libconfig/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/python-libconfig') diff --git a/package/python-libconfig/Config.in b/package/python-libconfig/Config.in index 7a49d9159d..7cc5f8a3cd 100644 --- a/package/python-libconfig/Config.in +++ b/package/python-libconfig/Config.in @@ -1,5 +1,5 @@ -comment "python-libconfig needs a toolchain w/ C++, largefile, threads" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "python-libconfig needs a toolchain w/ C++, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_PYTHON_LIBCONFIG bool "python-libconfig" @@ -7,7 +7,6 @@ config BR2_PACKAGE_PYTHON_LIBCONFIG select BR2_PACKAGE_BOOST_PYTHON select BR2_PACKAGE_LIBCONFIG depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS help Python bindings to the C++ library libconfig -- cgit v1.2.3