mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/uclibc: fix linuxthreads symbol typos
BR2_UCLIBC_VERSION_XTENSA_GIT and BR2_UCLIBC_VERSION_SNAPSHOT select BR2_UCLIBC_SUPPORTS_* instead of new BR2_UCLIBC_VERSION_SUPPORTS_*. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0adc0e24ee
commit
c34f42ace6
@ -49,12 +49,12 @@ choice
|
|||||||
config BR2_UCLIBC_VERSION_XTENSA_GIT
|
config BR2_UCLIBC_VERSION_XTENSA_GIT
|
||||||
bool "uClibc Git Xtensa"
|
bool "uClibc Git Xtensa"
|
||||||
depends on BR2_xtensa
|
depends on BR2_xtensa
|
||||||
select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
select BR2_UCLIBC_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
|
||||||
select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
|
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
|
||||||
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
|
||||||
if !BR2_bfin && !BR2_x86_i386 && !BR2_xtensa
|
if !BR2_bfin && !BR2_x86_i386 && !BR2_xtensa
|
||||||
depends on !(BR2_arc)
|
depends on !(BR2_arc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user