summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libtool: Upgrade 2.5.0 -> 2.5.1Richard Purdie2024-08-031-43/+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>
* libtool: Drop obsolete configure/compile prependsRichard Purdie2024-06-041-7/+0
| | | | | | | | | | | The introduction of sstate and recipe specific sysroots made the configure prepends obsolete and unneeded. The compile prepend has been there for over a decade and is also likely obsolete. Remove the whole lot, we look into any issues that arise. (From OE-Core rev: d6a22998e47bcceee3fc3edc72eb2df2970dabfa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtool: 2.4.7 -> 2.5.0Richard Purdie2024-06-041-0/+50
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>