aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-12-13 11:05:10 +0000
committerKhem Raj <raj.khem@gmail.com>2021-12-13 21:20:02 -0800
commitec40c25b64ea26e4a3f188ba9b2c4a4e92a686ba (patch)
tree4b39e1531af68888f381045b66f7a870dfc8166f /meta-oe/recipes-support
parenta5d65bfd1aa8b455d0adf3d72687f202be44022d (diff)
downloadmeta-openembedded-contrib-ec40c25b64ea26e4a3f188ba9b2c4a4e92a686ba.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/srecord/srecord_1.64.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb
index 4c34fa1bc3..4a00be1baf 100644
--- a/meta-oe/recipes-support/srecord/srecord_1.64.bb
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -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"