diff options
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.2.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.2.inc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc new file mode 100644 index 0000000000..0375ccf1c8 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc | |||
| @@ -0,0 +1,43 @@ | |||
| 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 = "GPLv2 & LGPLv2.1" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
| 9 | file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | ||
| 10 | |||
| 11 | INC_PR = "r0" | ||
| 12 | |||
| 13 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | ||
| 14 | file://trailingslash.patch \ | ||
| 15 | file://prefix-manpage-fix.patch \ | ||
| 16 | file://rename-with-sysroot.patch \ | ||
| 17 | file://use-sysroot-in-libpath.patch \ | ||
| 18 | file://fix-final-rpath.patch \ | ||
| 19 | file://avoid_absolute_paths_for_general_utils.patch \ | ||
| 20 | file://fix-rpath.patch \ | ||
| 21 | " | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "d2f3b7d4627e69e13514a40e72a24d50" | ||
| 24 | SRC_URI[sha256sum] = "b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918" | ||
| 25 | |||
| 26 | do_compile_prepend () { | ||
| 27 | # Sometimes this file doesn't get rebuilt, force the issue | ||
| 28 | rm -f ${S}/libltdl/config/ltmain.sh | ||
| 29 | make libltdl/config/ltmain.sh | ||
| 30 | } | ||
| 31 | |||
| 32 | inherit autotools | ||
| 33 | EXTRA_AUTORECONF = "--exclude=libtoolize" | ||
| 34 | |||
| 35 | DEPENDS = "libtool-native" | ||
| 36 | |||
| 37 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" | ||
| 38 | FILES_${PN} += "${datadir}/aclocal*" | ||
| 39 | FILES_libltdl = "${libdir}/libltdl.so.*" | ||
| 40 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" | ||
| 41 | FILES_libltdl-dbg = "${libdir}/.debug/" | ||
| 42 | |||
| 43 | EXTRA_OECONF = "--with-sysroot" | ||
