From 3aec213337c8e2d68cf0f3dd5474562abcca8da2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Aug 2014 09:47:19 +0200 Subject: it is a _ not - --- .../0.9.34-git/0010-disable-tst_wcsftime.patch | 28 ++++++++++++++++++++++ .../0.9.34-git/0010-disable-wcsftime-test.patch | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch delete mode 100644 toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch (limited to 'toolchain/uclibc') diff --git a/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch b/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch new file mode 100644 index 000000000..83686ee5e --- /dev/null +++ b/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch @@ -0,0 +1,28 @@ +From f3bbc3ce512df52a604c3da80163146245d03c0e Mon Sep 17 00:00:00 2001 +From: Waldemar Brodkorb +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. + +Signed-off-by: Waldemar Brodkorb +--- + test/time/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/time/Makefile.in b/test/time/Makefile.in +index 05f73a4..7bb5fb4 100644 +--- a/test/time/Makefile.in ++++ b/test/time/Makefile.in +@@ -2,7 +2,7 @@ + # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + + 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 + + ifneq ($(UCLIBC_HAS_XLOCALE),y) + TESTS_DISABLED += tst-ftime_l +-- +1.8.5.2 (Apple Git-48) + 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-wcsftime-test.patch deleted file mode 100644 index 9880e2f5d..000000000 --- a/toolchain/uclibc/patches/0.9.34-git/0010-disable-wcsftime-test.patch +++ /dev/null @@ -1,28 +0,0 @@ -From bbab1c16b2fe6013c5951260cf276510bd7983b4 Mon Sep 17 00:00:00 2001 -From: Waldemar Brodkorb -Date: Sun, 24 Aug 2014 00:01:46 +0200 -Subject: [PATCH 10/10] disable wcsftime test - -Feature is not implemented in uClibc, so no need to do a test. - -Signed-off-by: Waldemar Brodkorb ---- - test/time/Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/time/Makefile.in b/test/time/Makefile.in -index 05f73a4..4fa9340 100644 ---- a/test/time/Makefile.in -+++ b/test/time/Makefile.in -@@ -2,7 +2,7 @@ - # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - - 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 - - ifneq ($(UCLIBC_HAS_XLOCALE),y) - TESTS_DISABLED += tst-ftime_l --- -1.8.5.2 (Apple Git-48) - -- cgit v1.2.3