aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool/libtool_1.5.10.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-11 18:23:01 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-11 18:28:08 -0700
commita92ca415ac94fdb208fd9d3340382d0d4809c4a0 (patch)
tree77776401d446d7970ddf28e104b2549486a682fd /recipes/libtool/libtool_1.5.10.bb
parent0cb515879ab62d805b3ec712dfd9748e994263ac (diff)
downloadopenembedded-a92ca415ac94fdb208fd9d3340382d0d4809c4a0.tar.gz
libtool: Abstact more common things to libtool.inc
* inherit autotools is now in libtool.inc and so is EXTRA_AUTORECONF = "--exclude=libtoolize" * Include libtool.inc separately into -cross -native -sdk and -nativesdk recipes for 2.4 this avoids the problem where libltdl etc are also provided by -sdk and -nativesdk recipes which is incorrect * Delete ${D}${infodir}/dir this should be regenerated at install time Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libtool/libtool_1.5.10.bb')
-rw-r--r--recipes/libtool/libtool_1.5.10.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/libtool/libtool_1.5.10.bb b/recipes/libtool/libtool_1.5.10.bb
index 56475aefaa..11b78dce80 100644
--- a/recipes/libtool/libtool_1.5.10.bb
+++ b/recipes/libtool/libtool_1.5.10.bb
@@ -13,10 +13,6 @@ FILES_libltdl = "${libdir}/libltdl.so.*"
FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
FILES_libltdl-dbg += "${libdir}/.debug/"
-inherit autotools
-
-EXTRA_AUTORECONF = "--exclude=libtoolize"
-
do_configure () {
find ${S} -name acinclude.m4 | for m4 in `cat`; do
cat ${S}/libtool.m4 ${S}/ltdl.m4 > $m4