re
summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/libtool/libtool-2.4.6.inc
AgeCommit message (Collapse)AuthorFiles
2016-02-18libtool: Don't hardcode grep pathsRichard Purdie1
If sharing sstate between different distros, some of which have /bin/grep and some /usr/bin/grep, this can break. Simply don't hardcode the path. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-21libtool: Fix nios2 supportMarek Vasut1
Add patch to fix excessive greediness of OS/2 check in libtool. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-07-09libtool: Fix regression from previous commitRichard Purdie1
Commit http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=f44aa10ec122df309d9810d4d25fbb8f799107d2 inadvertently moved the m4 macros to the -dev package. These need to be in the main package since libtoolize is useless without them. Move them back (as the commented code implies was always needed) [YOCTO #7889] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>