diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-03 14:35:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-04 12:04:52 +0100 |
| commit | 06af1bdc300ed6bb382dbf809ef70f86bbeedc98 (patch) | |
| tree | 62c8e8b7115b18ff3b340a11bcb40bdf6c8c8ae1 /meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb | |
| parent | f2a5850a80533730ac8b30399b6bb15a5683fc29 (diff) | |
| download | poky-06af1bdc300ed6bb382dbf809ef70f86bbeedc98.tar.gz | |
libtool: Drop obsolete configure/compile prepends
The introduction of sstate and recipe specific sysroots made the configure
prepends obsolete and unneeded. The compile prepend has been there for over
a decade and is also likely obsolete. Remove the whole lot, we look into any
issues that arise.
(From OE-Core rev: d6a22998e47bcceee3fc3edc72eb2df2970dabfa)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb index 86c55ded7b..ddb60e717c 100644 --- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb | |||
| @@ -9,13 +9,6 @@ inherit nativesdk | |||
| 9 | S = "${WORKDIR}/libtool-${PV}" | 9 | S = "${WORKDIR}/libtool-${PV}" |
| 10 | FILES:${PN} += "${datadir}/libtool/*" | 10 | FILES:${PN} += "${datadir}/libtool/*" |
| 11 | 11 | ||
| 12 | do_configure:prepend () { | ||
| 13 | # Remove any existing libtool m4 since old stale versions would break | ||
| 14 | # any upgrade | ||
| 15 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 | ||
| 16 | rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 | ||
| 17 | } | ||
| 18 | |||
| 19 | do_install () { | 12 | do_install () { |
| 20 | autotools_do_install | 13 | autotools_do_install |
| 21 | install -d ${D}${bindir}/ | 14 | install -d ${D}${bindir}/ |
