From ec40c25b64ea26e4a3f188ba9b2c4a4e92a686ba Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Dec 2021 11:05:10 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/srecord/srecord_1.64.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/srecord') 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" -- cgit 1.2.3-korg