mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user