diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:01 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-06 23:34:12 +0000 |
| commit | fca2c9b54ec3352fec2916623599ca7ac1078419 (patch) | |
| tree | 276139f22799b64949a457bd35f4ddd693357b4a /meta/recipes-devtools/libtool/libtool-2.5.2.inc | |
| parent | 53d0f5d43de1c6f6569f43820a724153947e6358 (diff) | |
| download | poky-fca2c9b54ec3352fec2916623599ca7ac1078419.tar.gz | |
libtool: update 2.5.2 -> 2.5.4
2.5.2 was a beta, upstream made two stable releases since:
https://savannah.gnu.org/news/?id=10676
https://savannah.gnu.org/news/?id=10693
Drop libtool/0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch
(merged upstream)
Apply the multilib patch unconditionally as it could be applied to add variants.
For the other it was pointed out that it:
"potentially has side effects for native builds. It breaks the ability
to run files in the .libs directory which in the cross case we don't
care about but some natives did once used to do that. The risk is they
find host things instead."
License-Update: change of FSF address to a URI
(From OE-Core rev: 9a672faf21648c60d7ff29439bb236f3ac87100d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.5.2.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.5.2.inc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.5.2.inc b/meta/recipes-devtools/libtool/libtool-2.5.2.inc deleted file mode 100644 index bde80e12ce..0000000000 --- a/meta/recipes-devtools/libtool/libtool-2.5.2.inc +++ /dev/null | |||
| @@ -1,36 +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 = "https://alpha.gnu.org/gnu/libtool/libtool-${PV}.tar.gz \ | ||
| 12 | file://0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch \ | ||
| 13 | file://0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch \ | ||
| 14 | file://0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch \ | ||
| 15 | file://dont-depend-on-help2man.patch \ | ||
| 16 | file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \ | ||
| 17 | file://0008-libtool-Check-for-static-libs-for-internal-compiler-.patch \ | ||
| 18 | file://nohardcodepaths.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[sha256sum] = "29275fb45b236d6ff720a433f9cd5f61ea2f52cc3aa2e5f89ba57726bda54793" | ||
| 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" | ||
