diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-16 21:20:10 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-16 23:20:46 +0100 |
| commit | 8b80150d1374827205ad49fba2b9dfeaec437966 (patch) | |
| tree | 86053afedd8ded672641aaed55a601f194dccca1 /package/cdrkit | |
| parent | 604095fe9bea925f34ea05a5d80efbc3e9ba16f2 (diff) | |
| download | buildroot-8b80150d1374827205ad49fba2b9dfeaec437966.tar.gz buildroot-8b80150d1374827205ad49fba2b9dfeaec437966.zip | |
libcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency
Now that the libcap package has a patch that makes it build with
kernel headers < 3.0 (which was needed for the host variant of
libcap), there is no longer a need to have a dependency on headers >=
3.0 for the target variant of libcap.
All reverse dependencies of libcap are handled in this commit, except
lxc, which will be handled in a separate commit since it needs some
special solution.
The build of all those packages has been tested with a toolchain that
uses kernel headers 2.6.32, which is the oldest that our default glibc
version accepts to use.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cdrkit')
| -rw-r--r-- | package/cdrkit/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in index 46c0ba9bf2..af18ba9302 100644 --- a/package/cdrkit/Config.in +++ b/package/cdrkit/Config.in @@ -4,7 +4,6 @@ config BR2_PACKAGE_CDRKIT select BR2_PACKAGE_LIBCAP select BR2_PACKAGE_ZLIB depends on BR2_USE_MMU # fork - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap bool "cdrkit" help cdrkit is a suite of programs for recording CDs and DVDs, @@ -12,7 +11,3 @@ config BR2_PACKAGE_CDRKIT extracting audio CD data, and more. http://www.cdrkit.org/ - -comment "cdrkit needs a toolchain w/ headers >= 3.0" - depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 |

