|
@@ -3,8 +3,6 @@ config BR2_PACKAGE_P7ZIP
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_WCHAR
|
|
|
- # missing endianness definitions
|
|
|
- depends on !BR2_bfin
|
|
|
help
|
|
|
p7zip is a quick port of the command line version of 7-zip for Unix.
|
|
|
(see http://www.7-zip.org)
|
|
@@ -14,5 +12,4 @@ config BR2_PACKAGE_P7ZIP
|
|
|
http://sourceforge.net/projects/p7zip
|
|
|
|
|
|
comment "p7zip needs a toolchain w/ threads, wchar, C++"
|
|
|
- depends on !BR2_bfin
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
|