* [Buildroot] [PATCH next] uclibc: update to 1.0.29
@ 2018-03-04 10:17 Waldemar Brodkorb
2018-03-04 22:02 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2018-03-04 10:17 UTC (permalink / raw)
To: buildroot
This release adds a lot of bugfixes for x86_64 and aarch64.
It allows to compile and use more desktop applications.
For this gettext-tiny was integrated, but unfortunately it
fails to build in the context of buildroot, so I have to
disable UCLIBC_HAS_LIBINTL until this is fixed.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/uclibc/uClibc-ng.config | 1 -
package/uclibc/uclibc.hash | 2 +-
package/uclibc/uclibc.mk | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 5beb2bd..f0a876f 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -23,7 +23,6 @@ UCLIBC_HAS_RESOLVER_SUPPORT=y
UCLIBC_HAS_LIBRESOLV_STUB=y
UCLIBC_HAS_LIBNSL_STUB=y
UCLIBC_HAS_CTYPE_CHECKED=y
-UCLIBC_HAS_LIBINTL=y
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
UCLIBC_HAS_STDIO_GETC_MACRO=y
diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash
index 0a15683..14f71d0 100644
--- a/package/uclibc/uclibc.hash
+++ b/package/uclibc/uclibc.hash
@@ -1,2 +1,2 @@
# From https://uclibc-ng.org/
-sha256 a1504ddc34a29cc9bfd1f5a7419c4b63bb510d9e2faed81618d1b596ceb0a5a9 uClibc-ng-1.0.28.tar.xz
+sha256 e014e34abb13e97ca81694927f8ba95484cca2d3abac64b71f1a7981a96cb99c uClibc-ng-1.0.29.tar.xz
diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
index c5b0c6b..8d198f6 100644
--- a/package/uclibc/uclibc.mk
+++ b/package/uclibc/uclibc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UCLIBC_VERSION = 1.0.28
+UCLIBC_VERSION = 1.0.29
UCLIBC_SOURCE = uClibc-ng-$(UCLIBC_VERSION).tar.xz
UCLIBC_SITE = http://downloads.uclibc-ng.org/releases/$(UCLIBC_VERSION)
UCLIBC_LICENSE = LGPL-2.1+
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH next] uclibc: update to 1.0.29
2018-03-04 10:17 [Buildroot] [PATCH next] uclibc: update to 1.0.29 Waldemar Brodkorb
@ 2018-03-04 22:02 ` Thomas Petazzoni
2018-03-05 19:48 ` Waldemar Brodkorb
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-03-04 22:02 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 4 Mar 2018 11:17:26 +0100, Waldemar Brodkorb wrote:
> This release adds a lot of bugfixes for x86_64 and aarch64.
> It allows to compile and use more desktop applications.
> For this gettext-tiny was integrated, but unfortunately it
> fails to build in the context of buildroot, so I have to
> disable UCLIBC_HAS_LIBINTL until this is fixed.
Disabling the libintl stub is going to break a *lot* of things in
Buildroot. Last summer, we did a major revamp of the gettext handling,
and one of the key thing that allowed this cleanup was the availability
of a libintl stub in uClibc.
Therefore, until UCLIBC_HAS_LIBINTL is fixed, I don't think we can
merge this bump, unless I missed something of course.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH next] uclibc: update to 1.0.29
2018-03-04 22:02 ` Thomas Petazzoni
@ 2018-03-05 19:48 ` Waldemar Brodkorb
0 siblings, 0 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2018-03-05 19:48 UTC (permalink / raw)
To: buildroot
Hi Thomas,
Thomas Petazzoni wrote,
> Hello,
>
> On Sun, 4 Mar 2018 11:17:26 +0100, Waldemar Brodkorb wrote:
> > This release adds a lot of bugfixes for x86_64 and aarch64.
> > It allows to compile and use more desktop applications.
> > For this gettext-tiny was integrated, but unfortunately it
> > fails to build in the context of buildroot, so I have to
> > disable UCLIBC_HAS_LIBINTL until this is fixed.
>
> Disabling the libintl stub is going to break a *lot* of things in
> Buildroot. Last summer, we did a major revamp of the gettext handling,
> and one of the key thing that allowed this cleanup was the availability
> of a libintl stub in uClibc.
>
> Therefore, until UCLIBC_HAS_LIBINTL is fixed, I don't think we can
> merge this bump, unless I missed something of course.
Yes, that was crap. I was confused with the libiconv usage in
Buildroot. Libintl is used, Libiconv is not.
Sent an update patch,
best regards
Waldemar
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-05 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-04 10:17 [Buildroot] [PATCH next] uclibc: update to 1.0.29 Waldemar Brodkorb
2018-03-04 22:02 ` Thomas Petazzoni
2018-03-05 19:48 ` Waldemar Brodkorb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox