diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-19 15:03:53 +0000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-21 01:36:14 -0800 |
commit | 4a62f3fc5ff022059c824c046841adda64a51f38 (patch) | |
tree | ef06ffbbe50f8b3d00477c3fb39a1c0ad60435a9 /meta/recipes-devtools/libtool/libtool_2.4.bb | |
parent | 576e136d9d6d473ce6a7ffc7abadc75e1a218418 (diff) | |
download | poky-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.bb | 10 |
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.*" | |||
9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*" | 9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*" |
10 | FILES_libltdl-dbg = "${libdir}/.debug/" | 10 | FILES_libltdl-dbg = "${libdir}/.debug/" |
11 | 11 | ||
12 | inherit autotools | ||
13 | |||
14 | EXTRA_AUTORECONF = "--exclude=libtoolize" | ||
15 | |||
16 | do_compile_prepend () { | ||
17 | # Sometimes this file doesn't get rebuilt, force the issue | ||
18 | rm -f ${S}/libltdl/config/ltmain.sh | ||
19 | make libltdl/config/ltmain.sh | ||
20 | } | ||
21 | |||
22 | # | 12 | # |
23 | # We want the results of libtool-cross preserved - don't stage anything ourselves. | 13 | # We want the results of libtool-cross preserved - don't stage anything ourselves. |
24 | # | 14 | # |