[RFC,08/10] qemu: remove obsolete support for renamed libtool

Message ID 20211210142242.2698587-8-ross.burton@arm.com
State Accepted, archived
Commit cba76eb9232df9af6b1b82649f3e0c6b99ce668c
Headers show
Series [RFC,01/10] libtool: don't prefix the installed binary | expand

Commit Message

Ross Burton Dec. 10, 2021, 2:22 p.m. UTC
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 --
 1 file changed, 2 deletions(-)

Comments

Khem Raj Dec. 10, 2021, 3:58 p.m. UTC | #1
On Fri, Dec 10, 2021 at 6:22 AM Ross Burton <ross@burtonini.com> wrote:

> libtool is now longer renamed to ${host}-libtool, so


Typo now should be no

remove the changes
> to support this.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/recipes-devtools/qemu/qemu.inc | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/qemu/qemu.inc
> b/meta/recipes-devtools/qemu/qemu.inc
> index ea7dfaecef8..fe35f94acf7 100644
> --- a/meta/recipes-devtools/qemu/qemu.inc
> +++ b/meta/recipes-devtools/qemu/qemu.inc
> @@ -98,8 +98,6 @@ EXTRA_OECONF = " \
>      ${PACKAGECONFIG_CONFARGS} \
>      "
>
> -export LIBTOOL="${HOST_SYS}-libtool"
> -
>  B = "${WORKDIR}/build"
>
>  #EXTRA_OECONF:append = " --python=${HOSTTOOLS_DIR}/python3"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159535):
> https://lists.openembedded.org/g/openembedded-core/message/159535
> Mute This Topic: https://lists.openembedded.org/mt/87636636/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Ross Burton Dec. 10, 2021, 4:49 p.m. UTC | #2
On Fri, 10 Dec 2021 at 15:58, Khem Raj <raj.khem@gmail.com> wrote:
>> libtool is now longer renamed to ${host}-libtool, so
>
> Typo now should be no

Argh.

Dug out git-filter-branch, now fixed in poky-contrib:ross/libtool.

Ross

Patch

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ea7dfaecef8..fe35f94acf7 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -98,8 +98,6 @@  EXTRA_OECONF = " \
     ${PACKAGECONFIG_CONFARGS} \
     "
 
-export LIBTOOL="${HOST_SYS}-libtool"
-
 B = "${WORKDIR}/build"
 
 #EXTRA_OECONF:append = " --python=${HOSTTOOLS_DIR}/python3"