Still seeing a do_compile failure (attached)

Can you investigate and send a revised solution?

On Fri, Jun 9, 2023 at 7:48 AM Jermain Horsman <jermain.hors...@nedap.com>
wrote:

> From: Jermain Horsman <jermain.hors...@nedap.com>
>
> Autoconf no longer generates libtool with a host alias prefix,
> this causes do_compile to fail as it is unable to find libtool
> without the prefix.
>
> Since the rename is no longer needed the edit in the do_configure
> step can be removed.
>
> Signed-off-by: Jermain Horsman <jermain.hors...@nedap.com>
> ---
>  recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/
> rxtx_2.2.0.bb
> index 27935bc..a74f11e 100644
> --- a/recipes-extended/rxtx/rxtx_2.2.0.bb
> +++ b/recipes-extended/rxtx/rxtx_2.2.0.bb
> @@ -40,7 +40,7 @@ do_configure:prepend() {
>      # Ugly but don't complain to me, but upstream ;-)
>      sed -e 's,bin/javah,bin/gjavah,g' \
>          -e 's,bin/jar,bin/fastjar,g' \
> -        -e 's,\$(TOP)/libtool,\$(TOP)/\${host_alias}-libtool,g' -i ${S}/
> configure.in
> +        -i ${S}/configure.in
>      rm -f ${S}/acinclude.m4 \
>            ${S}/aclocal.m4 \
>            ${S}/ltconfig \
> --
> 2.39.2.windows.1
>
>
> 
>
>

Attachment: log.do_compile
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109555): 
https://lists.openembedded.org/g/openembedded-devel/message/109555
Mute This Topic: https://lists.openembedded.org/mt/99429856/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to