From 648290d5bf4d6ff50d3643bb7ad902dfc23aa702 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Jun 2010 14:49:54 +0100 Subject: libtool: Make sure ltmain.sh is always regenerated. We can't just remove it since it has to be present to run configure --- meta/packages/libtool/libtool_2.2.6.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta/packages/libtool/libtool_2.2.6.bb') diff --git a/meta/packages/libtool/libtool_2.2.6.bb b/meta/packages/libtool/libtool_2.2.6.bb index 00e5cf8e2..e5deac7c4 100644 --- a/meta/packages/libtool/libtool_2.2.6.bb +++ b/meta/packages/libtool/libtool_2.2.6.bb @@ -1,6 +1,6 @@ require libtool.inc -PR = "r20" +PR = "r21" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \ file://trailingslash.patch;patch=1 \ @@ -16,6 +16,12 @@ inherit autotools EXTRA_AUTORECONF = "--exclude=libtoolize" +do_compile_prepend () { + # Sometimes this file doesn't get rebuilt, force the issue + rm -f ${S}/libltdl/config/ltmain.sh + make libltdl/config/ltmain.sh +} + # # We want the results of libtool-cross preserved - don't stage anything ourselves. # -- cgit v1.2.3