From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] uclibc-ng-test: update to latest
Date: Tue, 29 Aug 2017 06:30:57 +0200 [thread overview]
Message-ID: <20170829043057.GA31651@waldemar-brodkorb.de> (raw)
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
.../uclibc-ng-test/0001-disable-for-glibc.patch | 40 ----------------------
package/uclibc-ng-test/uclibc-ng-test.mk | 2 +-
2 files changed, 1 insertion(+), 41 deletions(-)
delete mode 100644 package/uclibc-ng-test/0001-disable-for-glibc.patch
diff --git a/package/uclibc-ng-test/0001-disable-for-glibc.patch b/package/uclibc-ng-test/0001-disable-for-glibc.patch
deleted file mode 100644
index 13786c9..0000000
--- a/package/uclibc-ng-test/0001-disable-for-glibc.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 787e584f18afc967d91cfe1a8443df2657579ecb Mon Sep 17 00:00:00 2001
-From: Waldemar Brodkorb <wbx@openadk.org>
-Date: Fri, 12 May 2017 00:44:01 +0200
-Subject: [PATCH] disable for glibc
-
-uclibc-ng-test is broken with glibc 2.25 due to pthread_cond_t changes introduced by [1].
-Disable test-cond22 for glibc based toolchain.
-
-[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=ed19993b5b0d05d62cc883571519a67dae481a14
-
-Signed-off-by: Romain Naour <romain.naour@gmail.com>
----
- test/nptl/tst-cond22.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/test/nptl/tst-cond22.c b/test/nptl/tst-cond22.c
-index 3255cc0..23697dd 100644
---- a/test/nptl/tst-cond22.c
-+++ b/test/nptl/tst-cond22.c
-@@ -2,7 +2,7 @@
- #include <stdio.h>
- #include <stdlib.h>
-
--#if defined(__GLIBC__) || defined(__UCLIBC__)
-+#if defined(__UCLIBC__)
- static pthread_barrier_t b;
- static pthread_cond_t c = PTHREAD_COND_INITIALIZER;
- static pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
-@@ -54,7 +54,7 @@ tf (void *arg)
- static int
- do_test (void)
- {
--#if defined(__GLIBC__) || defined(__UCLIBC__)
-+#if defined(__UCLIBC__)
- int status = 0;
-
- if (pthread_barrier_init (&b, NULL, 2) != 0)
---
-2.9.3
-
diff --git a/package/uclibc-ng-test/uclibc-ng-test.mk b/package/uclibc-ng-test/uclibc-ng-test.mk
index 93736ed..3fdfe37 100644
--- a/package/uclibc-ng-test/uclibc-ng-test.mk
+++ b/package/uclibc-ng-test/uclibc-ng-test.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UCLIBC_NG_TEST_VERSION = c9b9876cefc142a23aa622b821290ed16af80058
+UCLIBC_NG_TEST_VERSION = c4d54bde7772b55df04399ecb355769c5ac31015
UCLIBC_NG_TEST_SITE = git://uclibc-ng.org/git/uclibc-ng-test
UCLIBC_NG_TEST_LICENSE = LGPL-2.1+
UCLIBC_NG_TEST_LICENSE_FILES = COPYING.LIB
--
2.1.4
next reply other threads:[~2017-08-29 4:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-29 4:30 Waldemar Brodkorb [this message]
2017-08-30 21:31 ` [Buildroot] [PATCH] uclibc-ng-test: update to latest Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2018-01-21 20:27 Waldemar Brodkorb
2021-02-27 18:04 Waldemar Brodkorb
2021-03-02 20:54 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170829043057.GA31651@waldemar-brodkorb.de \
--to=wbx@openadk.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox