* [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos
@ 2015-03-18 0:19 Max Filippov
2015-03-20 14:54 ` Max Filippov
2015-03-20 19:32 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Max Filippov @ 2015-03-18 0:19 UTC (permalink / raw)
To: buildroot
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>
---
package/uclibc/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 56fea8a..3a6525b 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -49,12 +49,12 @@ choice
config BR2_UCLIBC_VERSION_XTENSA_GIT
bool "uClibc Git Xtensa"
depends on BR2_xtensa
- select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
+ select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"
- select BR2_UCLIBC_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
- select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
+ select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
+ select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
if !BR2_bfin && !BR2_x86_i386 && !BR2_xtensa
depends on !(BR2_arc)
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos
2015-03-18 0:19 [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos Max Filippov
@ 2015-03-20 14:54 ` Max Filippov
2015-03-20 19:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Max Filippov @ 2015-03-20 14:54 UTC (permalink / raw)
To: buildroot
On Wed, Mar 18, 2015 at 3:19 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
> BR2_UCLIBC_VERSION_XTENSA_GIT and BR2_UCLIBC_VERSION_SNAPSHOT select
> BR2_UCLIBC_SUPPORTS_* instead of new BR2_UCLIBC_VERSION_SUPPORTS_*.
Ping? This is a trivial typo fix.
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
> package/uclibc/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
> index 56fea8a..3a6525b 100644
> --- a/package/uclibc/Config.in
> +++ b/package/uclibc/Config.in
> @@ -49,12 +49,12 @@ choice
> config BR2_UCLIBC_VERSION_XTENSA_GIT
> bool "uClibc Git Xtensa"
> depends on BR2_xtensa
> - select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
> + select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
>
> config BR2_UCLIBC_VERSION_SNAPSHOT
> bool "daily snapshot"
> - select BR2_UCLIBC_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
> - select BR2_UCLIBC_SUPPORTS_LINUXTHREADS_OLD
> + select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS if !BR2_bfin && !BR2_xtensa
> + select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
> select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
> if !BR2_bfin && !BR2_x86_i386 && !BR2_xtensa
> depends on !(BR2_arc)
> --
> 1.8.1.4
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos
2015-03-18 0:19 [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos Max Filippov
2015-03-20 14:54 ` Max Filippov
@ 2015-03-20 19:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-20 19:32 UTC (permalink / raw)
To: buildroot
Dear Max Filippov,
On Wed, 18 Mar 2015 03:19:30 +0300, Max Filippov wrote:
> 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>
> ---
> package/uclibc/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-20 19:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 0:19 [Buildroot] [PATCH] package/uclibc: fix linuxthreads symbol typos Max Filippov
2015-03-20 14:54 ` Max Filippov
2015-03-20 19:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox