srecord: remove obsolete support for renamed libtool

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2021-12-13 11:05:10 +00:00 committed by Khem Raj
parent a5d65bfd1a
commit ec40c25b64

View File

@ -17,7 +17,7 @@ DEPENDS = "libtool-native boost groff-native"
inherit autotools-brokensep
EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
EXTRA_OECONF = "--without-gcrypt"
# Set variable WITHOUT_DOC=0 to enable documentation generation
EXTRA_OEMAKE = "WITHOUT_DOC=1"