diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.5.4.inc')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.5.4.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.5.4.inc b/meta/recipes-devtools/libtool/libtool-2.5.4.inc new file mode 100644 index 0000000000..4d9a822de2 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool-2.5.4.inc | |||
@@ -0,0 +1,36 @@ | |||
1 | SUMMARY = "Generic library support script" | ||
2 | DESCRIPTION = "This is GNU libtool, a generic library support script. \ | ||
3 | Libtool hides the complexity of generating special library types \ | ||
4 | (such as shared libraries) behind a consistent interface." | ||
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | ||
6 | SECTION = "devel" | ||
7 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce \ | ||
9 | file://libltdl/COPYING.LIB;md5=4bf661c1e3793e55c8d1051bc5e0ae21 " | ||
10 | |||
11 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | ||
12 | file://0001-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \ | ||
13 | file://0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch \ | ||
14 | file://0003-libtool-remove-help2man-dependency.patch \ | ||
15 | file://0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch \ | ||
16 | file://0005-libtool-Check-for-static-libs-for-internal-compiler-.patch \ | ||
17 | file://0006-libtool-Fix-tools-path-issues.patch \ | ||
18 | file://0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch \ | ||
19 | " | ||
20 | |||
21 | SRC_URI[sha256sum] = "da8ebb2ce4dcf46b90098daf962cffa68f4b4f62ea60f798d0ef12929ede6adf" | ||
22 | |||
23 | inherit autotools texinfo | ||
24 | EXTRA_AUTORECONF = "--exclude=libtoolize" | ||
25 | |||
26 | CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep" | ||
27 | |||
28 | DEPENDS = "libtool-native" | ||
29 | |||
30 | PACKAGES =+ "libltdl" | ||
31 | FILES:${PN} += "${datadir}/aclocal" | ||
32 | |||
33 | FILES:${PN}-dev:remove = "${datadir}/aclocal" | ||
34 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" | ||
35 | |||
36 | export CONFIG_SHELL = "/bin/bash" | ||