aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-12-10 14:06:47 +0000
committerRoss Burton <ross.burton@arm.com>2021-12-10 14:06:47 +0000
commitc3db10ba93d06a7fe740406c3125048faff2c2a2 (patch)
treea12d1198a6a2f69a48b18cc2200865f188d01b40
parent45d256ab366617c85d4b90c198dff03d87b510b9 (diff)
downloadmeta-openembedded-contrib-c3db10ba93d06a7fe740406c3125048faff2c2a2.tar.gz
srecord: fix libtool
-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"