summaryrefslogtreecommitdiffstats
path: root/package/uclibc
Commit message (Collapse)AuthorAgeFilesLines
* uclibc: fix testsuiteGustavo Zacarias2016-02-121-0/+1
| | | | | | | | | Unless the tests are built with TEST_INSTALLED_UCLIBC their rpath will point to the build directory rather than runtime directory, resulting in non-executable tests for the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: add a upstream patch to fix vlc runtime issuesWaldemar Brodkorb2016-02-051-0/+54
| | | | | | | IDN related declaration without implementation is a bad idea. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: fix MIPS builds with disabled threadsWaldemar Brodkorb2016-02-051-0/+59
| | | | | | | | | | | There was a regression found while building for MIPS with disabled threads. Upstream patch fixed it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: update uClibc-ng to 1.0.12Waldemar Brodkorb2016-02-012-2/+2
| | | | | | | | | | New release contains a security fix for the resolver library parts. It contains exp10(), so some patches in buildroot might be obsolete, when the buildroot toolchains are rebuilt. It also contains a fix for the symbol clashing with bind9. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: remove version selectionThomas Petazzoni2016-02-012-44/+8
| | | | | | | | | | | | | | Since we now only support uClibc-ng, remove the version selection from the uclibc package. Note that the BR2_UCLIBC_VERSION_SUPPORTS_* hidden booleans, which were only used to allow each uClibc version to specify which thread implementation they support and on which architecture are removed. Now such architecture dependencies are directly encoded in the "Thread library implementation" choice. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: remove support for the snapshot versionThomas Petazzoni2016-02-014-65/+1
| | | | | | | | | The snapshot version points to the original uClibc project, which is dead. Moreover, we no longer support "snapshot" versions for any other Buildroot component, so there is no reason to keep it for uClibc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: remove 0.9.33 versionThomas Petazzoni2016-02-0172-8847/+0
| | | | | | | | | The upstream project is dead, the 0.9.33 version requires tons of patches, and uclibc-ng has now successfully replaced uclibc. It is time to get rid of the 0.9.33 version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update uClibc-ng to latest version 1.0.11Waldemar Brodkorb2016-01-122-2/+2
| | | | | | | | | | | | | Update to 1.0.11. Contains a lot of bugfixes and some new features: * mips{32r6,64r6} enablement * argp support * support for very simple /etc/gai.conf * Xtensa nommu vfork fix * systemd portability fixes Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/c-libraries: need linux-headersYann E. MORIN2015-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | Now that we check that a target package in the _DEPENDENCIES of another package has to be enabled in config, all target packages must have a kconfig symbol. Add a Kconfig symbol for linux-headers, and select it from the packages that depends on it (C libraries). Also remove the now-misleading comments "for legal-info" from the C libraries. Fixes: http://autobuild.buildroot.org/results/2a9/2a9e5d27b34357819b44f573a834da1ba5079030/ ... and numerous similar failures ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: cleanup unused ARC stuffWaldemar Brodkorb2015-11-162-4/+1
| | | | | | | ARC is supported by uClibc-ng, cleanup old code. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update to 1.0.9Waldemar Brodkorb2015-11-163-36/+2
| | | | | | | | | | Fixes a fanotify include bug where old kernels (2.6.x) fail to build. Fixes recent failures on x86 with Linux 4.3.x kernel regarding network sockets. Includes the removed patch. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: add patch to fix <unistd.h> headerThomas Petazzoni2015-11-031-0/+34
| | | | | | | | | | | | | | The bump to uClibc-ng 1.0.8 added some changes in <unistd.h> related to syncfs() that broke the build for packages including this header file, such as lighttpd. This commit adds a uClibc-ng patch (submitted upstream) which fixes the issue. Fixes: http://autobuild.buildroot.org/results/6be/6be17a91373708900082958a59df8b7575df69c0/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reported-by: Xi-Sheng Luo <lxsjason@gmail.com>
* uclibc: get rid of ARC's uClibc forkAlexey Brodkin2015-10-274-815/+0
| | | | | | | | | | | | | | | | | | | | | | | | For quite some time all ARC changes have been pushed upstream. So both uClibc master branch and uClibc-ng have full ARC support including the most recent changes. I.e. finally we have reached the point when there's no need in Synopsys fork of uClibc on GitHub and it will soon be obsoleted and removed at some pint of time. Now since vanilla uClibc hasn't seen any releases for many years we cannot really use it for ARC. Fortunately there exists uClibc-ng and Waldemar cuts releases regularly - that works perfectly fine for us. That patch removes all mentions of ARC's uClibc which in turn makes uClibc-ng default libc for ARC. Cc: Waldemar Brodkorb <wbx@openadk.org> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-By: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update uClibc-ng to 1.0.8Waldemar Brodkorb2015-10-252-2/+2
| | | | | | | | | | | | | | | | Fixes following problems: - mips64 toolchain building when UCLIBC_HAS_CONTEXT_FUNCS is enabled - segfault when SSP and NPTL is used for static binaries - Updates for ARC and Xtensa - missing syscalls for fanotify_init() and fanotify_mark() are added - support for the syncfs() system call added - problems compiling freeswitch are fixed - problems running LTP regarding fallocate are fixed Tested with defconfigs for Qemu arm/ppc/sh/mips/x86/x86_64/xtensa. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: clean-up test suite build commandAlexey Brodkin2015-10-181-4/+2
| | | | | | | | | | | | | Starting from uClibc 0.9.32 "test_compile" target builds tests flawlessly. For 0.9.31 it lead to build failure, but now when AVR32 support was dropped I think this change worth applying. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain: add mips64 for uClibc-ngWaldemar Brodkorb2015-10-131-2/+2
| | | | | | | | Filter out all other uClibc versions, as they containing serious bugs for mips64. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: fix coreutils cut bug, enable needed config symbolsWaldemar Brodkorb2015-09-062-4/+4
| | | | | | | | | | Symbols needed for all versions/flavours of uClibc. Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: symlinks are now automatically created by uClibc-ng makefileWaldemar Brodkorb2015-09-061-15/+0
| | | | | | | | So the workaround can be dropped now that we've moved to uClibc-ng 1.0.6. [Peter: Extend commit message] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: fix coreutils cut bug, enable needed config symbols in uclibc-ng configWaldemar Brodkorb2015-09-061-2/+2
| | | | | | | Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update to 1.0.6Waldemar Brodkorb2015-09-062-2/+2
| | | | | | | | | | | Fixes boost compile problem with ARC. New function mkostemps required for efl are available. Static sudo compiles are possible. Full changes: http://mailman.uclibc-ng.org/pipermail/devel/2015-August/000463.html Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: remove patch applied in 1.0.5Waldemar Brodkorb2015-08-031-64/+0
| | | | | Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: update to latest 1.0.5 releaseWaldemar Brodkorb2015-08-032-2/+2
| | | | | | | | Fixes gcc 5.x problems on x86. Fixes static linking issue on sh4. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: arc-2015.06 - add patches on top of releaseAlexey Brodkin2015-07-282-0/+803
| | | | | | | | | | | | | | | | | | | | This commit adds 2 patches on top of arc-2015.06 release: 0001-nptl-remove-duplicate-vfork-in-libpthread.patch 0002-ARCv2-update-memset-so-it-could-be-used-without-doub.patch The first patch fixes multiple build issues when using static build like http://autobuild.buildroot.net/results/b704016acfa38e7998739a2c70bcf6020c59bda8/ The second patch allows for building uClibc for ARCv2 based CPUs that doesn't have 64-bit load/store capabilities. Both patches should be a part of the next release/update of ARC GNU tools so then they should be removed from Buildroot. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: fix static linking of pthread apps for x86/x86_64Waldemar Brodkorb2015-07-221-0/+64
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/182424bd2fea36af95eea31f7dd53f0399433616/ http://autobuild.buildroot.net/results/6b1e2132a34e0c263bb0f2ea31caf4ce697e9c9c/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: run snapshot and ng configs through "savedefconfig"Alexey Brodkin2015-07-182-489/+4
| | | | | | | | | | | | | | | | | | | | | | | | Recently uClibc got support of "savedefconfig" target that allows generation of compact configuration description which only lists differences from default options. That's uClibc commit - http://git.uclibc.org/uClibc/commit/?id=e286a674419d31cb0757dd2f8307d8b4756cf1f9 This change represents post-processing of "uClibc-snapshot.defconfig" and "uClibc-ng.config" with "make savedefconfig" made on current uClibc/master and uClibc-ng/1.0 branches accordingly. Unfortunately the most recent stable uClibc version 0.9.33.2 doesn't have "savedefconfig" target so I'm leaving uClibc-0.9.33.config as it is. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ARC: allow selection of MMU page sizeAlexey Brodkin2015-07-181-0/+8
| | | | | | | | | | | | | | | | | | Modern ARC cores (those sporting MMU of version 3 and 4) allow selection of different page sizes (4, 8 or 16 kB) during ASIC design creation. And it's important to build a toolchain with page size setting that matches hardware. Otherwise user-space applications will fail on execution due to unexpected data layout/alignment etc. [Thomas: slightly improve help text, fix indentation of help text.] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Anton Kolesov <akolesov@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ARC: update tools to arc-2015.06 releaseAlexey Brodkin2015-07-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | I'm happy to update GNU tools for ARC cores to the most recent arc-2015.06 release. This release brings following major improvements: * GCC: source update to v4.8.4 * GCC: C ABI compatibility between MetaWare and GNU toolchains * uClibc: support for thread local storage and Native Pthread Library (NPTL) * GDB: updated to version 7.9.1 Also a lot of fixes and improvements has been done, please refer to https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2015.06 for more details. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Anton Kolesov <akolesov@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: remove obsolete patchesWaldemar Brodkorb2015-07-152-77/+0
| | | | | | | Patches are in 1.0.4 release included. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: update uClibc-ng to latest versionWaldemar Brodkorb2015-07-152-3/+3
| | | | | | | | Fixes gcc 5.1 errors and contains all recent improvements to Xtensa/ARC NPTL/TLS. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: fix fallout from checking kconfig config filesYann E. MORIN2015-07-141-1/+1
| | | | | | | | Those checks should only be done when the package is actually enabled. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/uclibc: check for config fileYann E. MORIN2015-07-141-0/+8
| | | | | | | | Add a check (before we call kconfig-package) that ensures the user has set a kconfig-file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc-ng: fix parallel build issue for arm/xtensa when LOCALE support is ↵Waldemar Brodkorb2015-06-301-0/+21
| | | | | | | | | | | | | | enabled This patch should fix any parallel build issues found by autobuilder lately, f.e.: http://autobuild.buildroot.net/results/43dd5c5da0d003b654fd252c989d49c2e5872827/ http://autobuild.buildroot.net/results/cfb438f933ff7385d612d65798b0b8ed833a6476/ and many more. Will be committed upstream, if autobuilders are working. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: use the ARC-specific uClibc by default on ARCThomas Petazzoni2015-06-281-1/+1
| | | | | | | | Following the switch to uClibc-ng as the default library, uClibc-ng was also used as the default on ARC, while we actually want to use the ARC specific version by default on this architecture. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ARC: switch to RC1 of upcoming arc-2015.06 toolsAlexey Brodkin2015-06-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Even though this is only RC1 it's been heavily used internally so it should not be any worse than existing arc-2014.12. Moreover this relase (and so its RC1) finally delivers support of NPTL for ARC in uClibc. That's why it would be good to allow interested users to start trying it (for example WebKit and apps that use WebKit could be successfully built and run) also it will be helpful to run that new toolchain through autobuilder in attempt to find any hidden regressions so we have a solid toolchain for release. If there's an interest in that patch more patches will follow with subsequent RCs and essentially on appearence or relese Buildroot will be updated with it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: arc-buildroot@synopsys.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: add libgcc_s_resume fixThomas Petazzoni2015-06-232-0/+112
| | | | | | | | | This commit adds a fix for building uClibc 0.9.33.2 and uClibc-ng 1.0.3 with gcc 5.1 on ARM, since we're about to add support for gcc 5.1. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: bump uClibc-ng to 1.0.3Thomas Petazzoni2015-06-224-192/+2
| | | | | | | | This commit bumps uClibc-ng to the latest version, and drops the two patches that have been merged upstream. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: indentation cleanupJerzy Grzegorek2015-06-221-3/+3
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: remove Xtensa specific versionThomas Petazzoni2015-06-145-196/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Since we now have uClibc-ng, and it is used as the default uClibc version, there is no real need to keep the Xtensa version: this version is just a specific Git revision of uClibc master branch, and uClibc-ng is also based on uClibc master branch. In addition, since in the choice of uClibc versions, uClibc-ng is already *before* the Xtensa specific version, uClibc-ng has in fact already been the default uClibc version for Xtensa since uClibc-ng support was introduced. See for example: http://autobuild.buildroot.org/results/c85/c854fae31d82e0f11d5a8b5bfc196c29bd7e21db/config for a build on Xtensa with the internal toolchain, where in fact uClibc-ng is used instead of the Xtensa specific version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
* uclibc: use uClibc-ng by defaultThomas Petazzoni2015-06-141-1/+1
| | | | | | | | | | | | Since the uClibc project is not making any release since about 3 years, and the uClibc-ng project is now alive and delivering regular releases based on uClibc master plus a number of fixes, let's make uClibc-ng the default uClibc version used by Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Waldemar Brodkorb <wbx@openadk.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* Merge branch 'next'Peter Korsgaard2015-06-012-0/+7
|\ | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * uclibc: add option to specify config fragmentsFloris Bos2015-05-212-0/+7
| | | | | | | | | | | | | | Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | uclibc-ng/uclibc: enable context functionsWaldemar Brodkorb2015-05-112-0/+2
|/ | | | | | | | | | | | | | | | For mongrel2/libsigsegv we need to enable this in the uClibc-ng/uClibc-snapshot config. Tested with ARM: file output/target/usr/bin/mongrel2 output/target/usr/bin/mongrel2: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped Should fix: http://autobuild.buildroot.net/results/a144bc6024415a5272c3cbe60ff636d078d0a555/ http://autobuild.buildroot.net/results/00195d89a115a314bf4916af127407f61cd1b418/ http://autobuild.buildroot.net/results/5ee7e83ebcfa43f6ee0a2a8b9f40f1ae84664aca/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc-ng: remove temporary workaroundWaldemar Brodkorb2015-04-261-0/+118
| | | | | | | | | fminf and others got implemented in the time after this patch was added. Remove the workaround to get mesa compiled with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/uclibc: ignore missing hash for snapshotsYann E. MORIN2015-04-251-0/+1
| | | | | | | | | | | | | We can't have a hash for snapshots, so add them to the exclusion list. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Arnout Vandecappelle <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: update hash for arcArnout Vandecappelle2015-04-251-3/+3
| | | | | | | | | | | | | The old hash for 2014.08 was never updated. Since uclibc-arc-2014.12 is downloaded from the github helper, it is converted into a 'none' hash. Reordered the hashes so the none-hashes are together. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/uclibc: add missing hash for eXtensaYann E. MORIN2015-04-251-0/+3
| | | | | | | | | | | | This is a git snapshot, we can't have a hash for it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain: drop BR2_INET_IPV6Gustavo Zacarias2015-04-221-5/+0
| | | | | | | It's no longer used so farewell. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/uclibc: default to Y for IPv6Gustavo Zacarias2015-04-222-8/+2
| | | | | | | | Remove the option to disable IPv6 support in uclibc and associated logic. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc-ng: update to 1.0.2Waldemar Brodkorb2015-04-215-63/+77
| | | | | | | | | | Following problems found by buildroot should be fixed: * static python2 compile (there is still a general problem, not related to uClibc-ng) * postgresql configure hickup (link warnings got removed) * samba runtime problems (RPATH in executables are respected) Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: drop -ng 1.0.0 stray patchGustavo Zacarias2015-04-181-31/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud