summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool_2.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libtool: Upgrade 2.5.0 -> 2.5.1Richard Purdie2024-08-031-21/+0
| | | | | | | | | | Switch from an alpha to a beta release. Drop two patches merged upstream. (From OE-Core rev: 6348b10b3cae7e1d3fc79d5018f43133a0cd56f0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nativesdk-libtool: sanitize the script, remove buildpathsDenys Dmytriyenko2024-07-181-14/+1
| | | | | | | | | | | | Use the same sed command to sanitize libtool script for target recipe and nativesdk one. Otherwise fails with buildpaths QA error: ERROR: nativesdk-libtool-2.5.0-r0 do_package_qa: QA Issue: File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/libtool in package nativesdk-libtool contains reference to TMPDIR [buildpaths] (From OE-Core rev: f08df9adf290fb6cbebff24df6bbbbe8e5ce95e0) Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtool: 2.4.7 -> 2.5.0Richard Purdie2024-06-041-0/+34
Whilst this is an alpha release, it makes sense for us to stay close to upstream. We can drop a lot of merged patches which is great to see. During testing, one bug showed up, particularly on mip64 due to an issue with FILECMD being changed to use AC_CHECK_PROG incorredly. A patch has been added for that and sent upstream. (From OE-Core rev: d572297c5810fb248af633014eac96f8ea0a739e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>