Browse Source

it is a _ not -

Waldemar Brodkorb 11 years ago
parent
commit
3aec213337

+ 5 - 5
toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch → toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch

@@ -1,7 +1,7 @@
-From bbab1c16b2fe6013c5951260cf276510bd7983b4 Mon Sep 17 00:00:00 2001
+From f3bbc3ce512df52a604c3da80163146245d03c0e Mon Sep 17 00:00:00 2001
 From: Waldemar Brodkorb <wbx@uclibc-ng.org>
 From: Waldemar Brodkorb <wbx@uclibc-ng.org>
-Date: Sun, 24 Aug 2014 00:01:46 +0200
-Subject: [PATCH 10/10] disable wcsftime test
+Date: Sun, 24 Aug 2014 09:45:54 +0200
+Subject: [PATCH 10/10] disable tst_wcsftime
 
 
 Feature is not implemented in uClibc, so no need to do a test.
 Feature is not implemented in uClibc, so no need to do a test.
 
 
@@ -11,7 +11,7 @@ Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  1 file changed, 1 insertion(+), 1 deletion(-)
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 
 diff --git a/test/time/Makefile.in b/test/time/Makefile.in
 diff --git a/test/time/Makefile.in b/test/time/Makefile.in
-index 05f73a4..4fa9340 100644
+index 05f73a4..7bb5fb4 100644
 --- a/test/time/Makefile.in
 --- a/test/time/Makefile.in
 +++ b/test/time/Makefile.in
 +++ b/test/time/Makefile.in
 @@ -2,7 +2,7 @@
 @@ -2,7 +2,7 @@
@@ -19,7 +19,7 @@ index 05f73a4..4fa9340 100644
  
  
  TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
  TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
 -	tst-strftime tst-strptime tst-timezone
 -	tst-strftime tst-strptime tst-timezone
-+	tst-strftime tst-strptime tst-timezone tst-wcsftime
++	tst-strftime tst-strptime tst-timezone tst_wcsftime
  
  
  ifneq ($(UCLIBC_HAS_XLOCALE),y)
  ifneq ($(UCLIBC_HAS_XLOCALE),y)
  TESTS_DISABLED += tst-ftime_l
  TESTS_DISABLED += tst-ftime_l