diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 09:47:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-24 09:47:19 +0200 |
commit | 3aec213337c8e2d68cf0f3dd5474562abcca8da2 (patch) | |
tree | 61df0679cd1bec2519c5638f091784dc05d05555 /toolchain/uclibc | |
parent | 46c9837cf02a569fffe322dd6b6a007d8724cda7 (diff) |
it is a _ not -
Diffstat (limited to 'toolchain/uclibc')
-rw-r--r-- | toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch (renamed from toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch b/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch index 9880e2f5d..83686ee5e 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch +++ b/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> -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. @@ -11,7 +11,7 @@ Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> 1 file changed, 1 insertion(+), 1 deletion(-) 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 +++ b/test/time/Makefile.in @@ -2,7 +2,7 @@ @@ -19,7 +19,7 @@ index 05f73a4..4fa9340 100644 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-wcsftime ++ tst-strftime tst-strptime tst-timezone tst_wcsftime ifneq ($(UCLIBC_HAS_XLOCALE),y) TESTS_DISABLED += tst-ftime_l |