From 9087fb4564ce47fedda9f4cc5d271f7b29c2bf41 Mon Sep 17 00:00:00 2001 From: Jermain Horsman Date: Fri, 9 Jun 2023 16:46:45 +0200 Subject: javasqlite: Remove obsolete rename of libtool Autoconf no longer generates libtool with a host alias prefix, this causes do_configure to fail as it is unable to copy the prefixed libtool since it no longer exists. Since the rename is no longer needed the entire append can be removed. Signed-off-by: Jermain Horsman Signed-off-by: Tim Orling --- recipes-core/javasqlite/javasqlite_20150419.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 71e9676..45262e2 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb @@ -37,10 +37,6 @@ EXTRA_OEMAKE = "DESTDIR=${D}" # This dev package contains an '.so' file used for JNI development INSANE_SKIP:${PN}-dev = "dev-elf" -do_configure:append (){ - cp ${S}/*-libtool ${S}/libtool -} - do_compile:prepend (){ echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc -- cgit v1.2.3-54-g00ecf