summaryrefslogtreecommitdiffstats
path: root/package/acpitool
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:24 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:30 +0200
commit7a03caaa1364e661df1f3249379d3ce8bf2f4fac (patch)
tree70383d70832986300ab23f9433836639dae8f0df /package/acpitool
parent32ab0ff5a9caec7f2a91cbcb36383e6d0687c972 (diff)
downloadbuildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.tar.gz
buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.zip
package: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/acpitool')
-rw-r--r--package/acpitool/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/acpitool/Config.in b/package/acpitool/Config.in
index a6f082cc5c..2600a789b0 100644
--- a/package/acpitool/Config.in
+++ b/package/acpitool/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_ACPITOOL
bool "acpitool"
- depends on !BR2_bfin
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
@@ -11,6 +10,5 @@ config BR2_PACKAGE_ACPITOOL
http://acpitool.sourceforge.net
comment "acpitool needs a toolchain w/ threads, C++, dynamic library"
- depends on !BR2_bfin
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|| !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud