aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool_2.4.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-01-19 15:03:53 +0000
committerSaul Wold <sgw@linux.intel.com>2011-01-21 01:36:14 -0800
commit4a62f3fc5ff022059c824c046841adda64a51f38 (patch)
treeef06ffbbe50f8b3d00477c3fb39a1c0ad60435a9 /meta/recipes-devtools/libtool/libtool_2.4.bb
parent576e136d9d6d473ce6a7ffc7abadc75e1a218418 (diff)
downloadopenembedded-core-4a62f3fc5ff022059c824c046841adda64a51f38.tar.gz
libtool: Small cleanups of metadata
[based on sections of a patch by Scott Garman extracted by Richard] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool_2.4.bb')
-rw-r--r--meta/recipes-devtools/libtool/libtool_2.4.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb
index 0a15fde126..1e5ce92130 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.bb
@@ -9,16 +9,6 @@ FILES_libltdl = "${libdir}/libltdl.so.*"
FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*"
FILES_libltdl-dbg = "${libdir}/.debug/"
-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.
#