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 | |
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')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-native_2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool.inc | 16 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.bb | 10 |
3 files changed, 12 insertions, 16 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.bb index 4ad660b507..0c6f54a156 100644 --- a/meta/recipes-devtools/libtool/libtool-native_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-native_2.4.bb | |||
@@ -21,5 +21,3 @@ do_install () { | |||
21 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool | 21 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool |
22 | } | 22 | } |
23 | 23 | ||
24 | SRC_URI[md5sum] = "b32b04148ecdd7344abc6fe8bd1bb021" | ||
25 | SRC_URI[sha256sum] = "13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e" | ||
diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc index 9690e3b7bf..370d972aca 100644 --- a/meta/recipes-devtools/libtool/libtool.inc +++ b/meta/recipes-devtools/libtool/libtool.inc | |||
@@ -1,14 +1,22 @@ | |||
1 | SUMMARY = "Generic library support script" | 1 | SUMMARY = "Generic library support script" |
2 | DESCRIPTION = "This is GNU libtool, a generic library support script. Libtool hides \ | 2 | DESCRIPTION = "This is GNU libtool, a generic library support script. \ |
3 | the complexity of generating special library types (such as shared \ | 3 | Libtool hides the complexity of generating special library types \ |
4 | libraries) behind a consistent interface." | 4 | (such as shared libraries) behind a consistent interface." |
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | 5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "GPLv2, LGPLv2.1" | 7 | LICENSE = "GPLv2, LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06 " | 9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
10 | 10 | ||
11 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | 11 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ |
12 | file://trailingslash.patch \ | 12 | file://trailingslash.patch \ |
13 | file://prefix-manpage-fix.patch " | 13 | file://prefix-manpage-fix.patch " |
14 | 14 | ||
15 | do_compile_prepend () { | ||
16 | # Sometimes this file doesn't get rebuilt, force the issue | ||
17 | rm -f ${S}/libltdl/config/ltmain.sh | ||
18 | make libltdl/config/ltmain.sh | ||
19 | } | ||
20 | |||
21 | inherit autotools | ||
22 | EXTRA_AUTORECONF = "--exclude=libtoolize" | ||
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 | # |