summaryrefslogtreecommitdiffstats
path: root/recipes-support/nettle
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Convert to use SPDX license names in LICENSE variablesRichard Purdie2022-03-011-2/+2
| | | | | | 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-302-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>
* nettle: refresh the patches2.5_M3Martin Jansa2018-03-194-46/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes: WARNING: nettle-2.7.1-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch Add-target-to-only-build-tests-not-run-them.patch patching file Makefile.in Hunk #1 succeeded at 53 (offset -2 lines). patching file testsuite/Makefile.in Hunk #1 succeeded at 105 with fuzz 2 (offset -11 lines). Now at patch Add-target-to-only-build-tests-not-run-them.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-027-0/+519
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>