diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-04 12:20:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-04 15:35:04 +0100 |
commit | a44d7f2dbb19a54a8f2beb5c0f0adb0680999319 (patch) | |
tree | 4fd87ca227361100894cc49c5943012aa2d8dfc8 /package/uclibc/0001-linuxthreads-add-back-signal.h.patch | |
parent | 9b4218f4f4e3cd82f2c51c646557cd1143faaa0f (diff) | |
download | buildroot-a44d7f2dbb19a54a8f2beb5c0f0adb0680999319.tar.gz buildroot-a44d7f2dbb19a54a8f2beb5c0f0adb0680999319.zip |
uclibc: update to 1.0.20
The test suite is removed from the package and is already a separate
package in buildroot. All patches are upstream, so remove them.
The UCLIBC_HAS_LFS option is removed upstream.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
[Thomas: remove BR2_UCLIBC_INSTALL_TEST_SUITE option, add it to
Config.in.legacy.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/uclibc/0001-linuxthreads-add-back-signal.h.patch')
-rw-r--r-- | package/uclibc/0001-linuxthreads-add-back-signal.h.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/uclibc/0001-linuxthreads-add-back-signal.h.patch b/package/uclibc/0001-linuxthreads-add-back-signal.h.patch deleted file mode 100644 index 1a957c5bca..0000000000 --- a/package/uclibc/0001-linuxthreads-add-back-signal.h.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 543308f6c46cf2edf8a524bc9c631e472570fe72 Mon Sep 17 00:00:00 2001 -From: Waldemar Brodkorb <wbx@uclibc-ng.org> -Date: Mon, 24 Oct 2016 05:15:07 +0200 -Subject: [PATCH] linuxthreads: add back signal.h - -Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04. - -Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> ---- - libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h -index cf043b5..cc13a52 100644 ---- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h -+++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h -@@ -20,6 +20,7 @@ - #include <sched.h> - #include <time.h> - -+#include <signal.h> - #include <bits/pthreadtypes.h> - #include <bits/initspin.h> - --- -2.1.4 - |