Added the ability to patch ltmain.sh based on version
authorMartin Banky <martin.banky@gmail.com>
Sat, 9 Oct 2010 10:52:49 +0000 (12:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Oct 2010 11:27:07 +0000 (07:27 -0400)
commit83af822f7b28169b096d592027e97c55cc83eb27
treee830ad597f9e462f03a7b8e1a342ac3979d28051
parentfda95b5b10be51cb8d73448fc0f2208921e6d07e
Added the ability to patch ltmain.sh based on version

There are two versions of ltmain.sh in use in the buildroot system, 1.5.x and
2.2.x. buildroot-libtool.patch would only patch 1.5.x, which meant that for
2.2.x, a separate patch for the affected package had to be maintained. Modified
Makefile.autotools.in to check the version of ltmain.sh and apply the correct
patch.

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.autotools.in
package/buildroot-libtool-v1.5.patch [new file with mode: 0644]
package/buildroot-libtool-v2.2.patch [new file with mode: 0644]
package/buildroot-libtool.patch [deleted file]