mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package: remove CodeSourcery sh dependencies
The CodeSourcery sh toolchain has been removed. Drop negative dependencies on that toolchain. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6510a826e1
commit
5b05111250
@ -7,8 +7,6 @@ config BR2_PACKAGE_DOMOTICZ
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3
|
depends on BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3
|
||||||
# These result in internal compiler error
|
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
||||||
select BR2_PACKAGE_BOOST
|
select BR2_PACKAGE_BOOST
|
||||||
select BR2_PACKAGE_BOOST_DATE_TIME
|
select BR2_PACKAGE_BOOST_DATE_TIME
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
@ -30,7 +28,6 @@ config BR2_PACKAGE_DOMOTICZ
|
|||||||
comment "domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library"
|
comment "domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
!BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
!BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
||||||
!(BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3)
|
!(BR2_PACKAGE_LUA_5_2 || BR2_PACKAGE_LUA_5_3)
|
||||||
|
@ -18,7 +18,6 @@ if BR2_PACKAGE_LIQUID_DSP
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIQUID_DSP_FAST
|
config BR2_PACKAGE_LIQUID_DSP_FAST
|
||||||
bool "optimize for speed over accuracy"
|
bool "optimize for speed over accuracy"
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
||||||
help
|
help
|
||||||
Optimize for speed over accuracy.
|
Optimize for speed over accuracy.
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
config BR2_PACKAGE_PRBOOM
|
config BR2_PACKAGE_PRBOOM
|
||||||
bool "prboom"
|
bool "prboom"
|
||||||
# These result in internal compiler error
|
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
select BR2_PACKAGE_SDL_MIXER
|
select BR2_PACKAGE_SDL_MIXER
|
||||||
select BR2_PACKAGE_SDL_NET
|
select BR2_PACKAGE_SDL_NET
|
||||||
|
@ -444,11 +444,8 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
|
|||||||
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
|
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
|
||||||
BR2_microblazebe || BR2_mips || BR2_mipsel || \
|
BR2_microblazebe || BR2_mips || BR2_mipsel || \
|
||||||
(BR2_mips64 || BR2_mips64el) && !BR2_MIPS_NABI32 || BR2_powerpc || \
|
(BR2_mips64 || BR2_mips64el) && !BR2_MIPS_NABI32 || BR2_powerpc || \
|
||||||
BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
|
BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64 || \
|
||||||
# The CodeSourcery SuperH toolchain fails to build Webkit,
|
BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
|
||||||
# with an assertion failure in binutils.
|
|
||||||
default y if (BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb) && \
|
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_WEBKIT
|
config BR2_PACKAGE_QT_WEBKIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user