summaryrefslogtreecommitdiffstats
path: root/recipes-support/libiconv
Commit message (Collapse)AuthorAgeFilesLines
* libiconv: tell autoreconf where to find supplementary macrosyocto-5.2.2yocto-5.2.1yocto-5.2walnascar-5.2.2walnascar-5.2.1walnascar-5.25.2_M3walnascarRoss Burton2025-02-251-0/+3
| | | | | | | | | | | | | | | | | 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>
* libiconv: update license with SPDX name5.0_M2Kai Kang2023-12-201-1/+1
| | | | | | | | | | | | 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>
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-3/+3
| | | | | | | | 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>
* libiconv: Upgrade 1.14 -> 1.15Joshua Watt2018-11-214-5102/+4
| | | | | | Updates to the latest release of libiconv Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* libiconv: add a recipe from oe-coreAlexander Kanavin2017-05-184-0/+5146
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>