diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-31 17:07:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-04 12:04:52 +0100 |
| commit | 80d4ed954a49091ce3f79e195288ca4b13521bf2 (patch) | |
| tree | 4a66f975fdace57d7e99c0c72dce16ce4cb1b184 /meta/recipes-devtools/libtool/libtool-2.4.7.inc | |
| parent | 652e3028d9763aef318ff4587f2c21a8b280003f (diff) | |
| download | poky-80d4ed954a49091ce3f79e195288ca4b13521bf2.tar.gz | |
libtool: 2.4.7 -> 2.5.0
Whilst this is an alpha release, it makes sense for us to
stay close to upstream.
We can drop a lot of merged patches which is great to see.
During testing, one bug showed up, particularly on mip64 due
to an issue with FILECMD being changed to use AC_CHECK_PROG
incorredly. A patch has been added for that and sent upstream.
(From OE-Core rev: d572297c5810fb248af633014eac96f8ea0a739e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.7.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.7.inc | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.7.inc b/meta/recipes-devtools/libtool/libtool-2.4.7.inc deleted file mode 100644 index 16bb10d48f..0000000000 --- a/meta/recipes-devtools/libtool/libtool-2.4.7.inc +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 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=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 9 | file://libltdl/COPYING.LIB;md5=4fbd65380cdd255951079008b364516c " | ||
| 10 | |||
| 11 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | ||
| 12 | file://0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch \ | ||
| 13 | file://0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch \ | ||
| 14 | file://0003-ltmain.in-Add-missing-sysroot-to-library-path.patch \ | ||
| 15 | file://0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \ | ||
| 16 | file://0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch \ | ||
| 17 | file://dont-depend-on-help2man.patch \ | ||
| 18 | file://0003-libtool.m4-Cleanup-sysroot-trailing.patch \ | ||
| 19 | file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \ | ||
| 20 | file://nohardcodepaths.patch \ | ||
| 21 | file://0007-libtool-Fix-support-for-NIOS2-processor.patch \ | ||
| 22 | file://0008-libtool-Check-for-static-libs-for-internal-compiler-.patch \ | ||
| 23 | file://0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch \ | ||
| 24 | file://0010-Makefile.am-make-sure-autoheader-run-before-automake.patch \ | ||
| 25 | file://0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch \ | ||
| 26 | file://0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch \ | ||
| 27 | file://0001-ltmain.in-Parse-additional-clang-options.patch \ | ||
| 28 | " | ||
| 29 | |||
| 30 | SRC_URI[sha256sum] = "04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8" | ||
| 31 | |||
| 32 | do_compile:prepend () { | ||
| 33 | # Sometimes this file doesn't get rebuilt, force the issue | ||
| 34 | rm -f ${S}/build-aux/ltmain.sh | ||
| 35 | make build-aux/ltmain.sh | ||
| 36 | ./config.status | ||
| 37 | } | ||
| 38 | |||
| 39 | inherit autotools texinfo | ||
| 40 | EXTRA_AUTORECONF = "--exclude=libtoolize" | ||
| 41 | |||
| 42 | CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep" | ||
| 43 | |||
| 44 | DEPENDS = "libtool-native" | ||
| 45 | |||
| 46 | PACKAGES =+ "libltdl" | ||
| 47 | FILES:${PN} += "${datadir}/aclocal" | ||
| 48 | |||
| 49 | FILES:${PN}-dev:remove = "${datadir}/aclocal" | ||
| 50 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" | ||
| 51 | |||
| 52 | export CONFIG_SHELL="/bin/bash" | ||
