summaryrefslogtreecommitdiffstats
path: root/recipes-core/readline
Commit message (Collapse)AuthorAgeFilesLines
* readline: add config file for pkgconfigmaster-nextMingli Yu2022-04-123-1/+152
| | | | | | | | | | | | | | | | | | | | | After bind upgrade to 9.18.x, the below change introduced [1], all supported libraries have accompanying .pc files now. ba2376b9e0 Update and cleanup the readline library support Otherwise, there comes below error during do_configure. $ bitbake bind | configure: error: Package requirements (readline) were not met: | | No package 'readline' found So backport patches [2] to add support .pc file for readline to fix the above issue. [1] https://gitlab.isc.org/isc-projects/bind9/-/commit/ba2376b9e03b9bd214242c987609a658ef24ec41 [2] https://git.savannah.gnu.org/cgit/readline.git/commit/?id=d49a9082c0e15bba8cd3d8cc0a994409cf823cac Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Convert to use SPDX license names in LICENSE variablesRichard Purdie2022-03-011-1/+1
| | | | | | This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-gplv2: Convert to new override syntaxRichard Purdie2021-07-301-2/+2
| | | | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* readline/elfutils: Add missing filesRichard Purdie2017-03-071-0/+34
| | | | | | Add files which were missing from the initial import. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-023-0/+131
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>