| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Update to match the recent changes in OE-Core where the unpack
layout changed.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The libiconv and charset library is now licensed under the LGPL version 2.1
instead of the LGPL version 2.0 previously. Programs e.g. iconv are under
GPL 3.0
1.18 Release notes [1]
Helps fixing build breaks seen with GCC15
[1] https://savannah.gnu.org/news/?id=10703
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The libiconv build is non-idiomatic, and most importantly doesn't use
automake so there's no way to tell aclocal where to find macros.
Currently that isn't an issue because our autotools class explicitly
specifies any directories it can find containing macros but that will
be removed shortly, so tell autoreconf where to find the macros as the
upstream Makefile.devel does.
Note that we need to pass absolute paths here because libiconv has a
nested configure script which fails when autoreconf is used with
relative paths.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
License 'LGPLv3' is obsolete
WARNING: nativesdk-libiconv-1.15-r1 do_package_qa: QA Issue: Recipe
LICENSE includes obsolete licenses LGPLv3 [obsolete-license]
so replace it with the SPDX name 'LGPL-3.0-only'.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
Updates to the latest release of libiconv
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
|
|
Both glibc and musl provide their own implementation, but
meta-mingw still requires it.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
|