mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
blackfin: 2012R1 toolchain is gone, remove kludges
Remove ADI toolchain 2012R1 package kludges since that version is gone since the last bump. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5de7f26975
commit
4ff0323105
@ -5,8 +5,7 @@ config BR2_PACKAGE_LIBTIRPC
|
|||||||
# don't need to propagate this dependency to reverse
|
# don't need to propagate this dependency to reverse
|
||||||
# dependencies of libtirpc for which native RPC support can be
|
# dependencies of libtirpc for which native RPC support can be
|
||||||
# used instead of libtirpc.
|
# used instead of libtirpc.
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Libtirpc is a port of Sun's Transport-Independent RPC
|
Libtirpc is a port of Sun's Transport-Independent RPC
|
||||||
@ -15,6 +14,5 @@ config BR2_PACKAGE_LIBTIRPC
|
|||||||
http://sourceforge.net/projects/libtirpc/
|
http://sourceforge.net/projects/libtirpc/
|
||||||
|
|
||||||
comment "libtirpc needs a toolchain w/ threads"
|
comment "libtirpc needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -4,7 +4,6 @@ config BR2_PACKAGE_OPENPGM
|
|||||||
depends on !BR2_avr32
|
depends on !BR2_avr32
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_INET_IPV6
|
depends on BR2_INET_IPV6
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
@ -16,7 +16,7 @@ POPT_CONF_ENV = ac_cv_va_copy=yes
|
|||||||
# The external Blackfin toolchains have <glob.h>, but not all the
|
# The external Blackfin toolchains have <glob.h>, but not all the
|
||||||
# necessary uClibc options for glob functions, so we force disable the
|
# necessary uClibc options for glob functions, so we force disable the
|
||||||
# usage of the glob functions for these toolchains.
|
# usage of the glob functions for these toolchains.
|
||||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1)$(BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2)$(BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1),y)
|
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2)$(BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1),y)
|
||||||
POPT_CONF_ENV += ac_cv_header_glob_h=no
|
POPT_CONF_ENV += ac_cv_header_glob_h=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -6,8 +6,7 @@ config BR2_PACKAGE_RPCBIND
|
|||||||
select BR2_PACKAGE_LIBTIRPC
|
select BR2_PACKAGE_LIBTIRPC
|
||||||
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
||||||
# support, needed for libtirpc
|
# support, needed for libtirpc
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
# fork()
|
# fork()
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
@ -15,7 +14,6 @@ config BR2_PACKAGE_RPCBIND
|
|||||||
into universal addresses.
|
into universal addresses.
|
||||||
|
|
||||||
comment "rpcbind needs a toolchain w/ threads"
|
comment "rpcbind needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
@ -34,7 +34,6 @@ config BR2_PACKAGE_ZEROMQ_PGM
|
|||||||
depends on !BR2_avr32 # openpgm
|
depends on !BR2_avr32 # openpgm
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # openpgm
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # openpgm
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # openpgm
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # openpgm
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 # openpgm
|
|
||||||
select BR2_PACKAGE_OPENPGM
|
select BR2_PACKAGE_OPENPGM
|
||||||
help
|
help
|
||||||
Add support for Pragmatic General Multicast protocol (RFC 3208)
|
Add support for Pragmatic General Multicast protocol (RFC 3208)
|
||||||
|
@ -8,8 +8,7 @@ config BR2_PACKAGE_ZYRE
|
|||||||
depends on BR2_USE_MMU # filemq -> czmq
|
depends on BR2_USE_MMU # filemq -> czmq
|
||||||
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
||||||
# support, needed by filemq -> czmq
|
# support, needed by filemq -> czmq
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
select BR2_PACKAGE_FILEMQ
|
select BR2_PACKAGE_FILEMQ
|
||||||
help
|
help
|
||||||
An open-source framework for proximity-based peer-to-peer
|
An open-source framework for proximity-based peer-to-peer
|
||||||
@ -19,7 +18,6 @@ config BR2_PACKAGE_ZYRE
|
|||||||
|
|
||||||
comment "zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
|
comment "zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
||||||
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user