mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8518c47ab
commit
f4716f79a0
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_DVB_APPS
|
||||
bool "dvb-apps"
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
@@ -11,5 +10,5 @@ config BR2_PACKAGE_DVB_APPS
|
||||
http://linuxtv.org/projects.php
|
||||
http://linuxtv.org/hg/dvb-apps
|
||||
|
||||
comment "dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3"
|
||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
comment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
|
||||
Reference in New Issue
Block a user