diff options
author | Ross Burton <ross.burton@arm.com> | 2021-12-13 11:05:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 21:20:01 -0800 |
commit | 4c25889a543f3d96fde539a21d68ff2e3d1568ea (patch) | |
tree | 6c48e39a9a9a548a802eb4973a49277812ec7996 /meta-filesystems | |
parent | 6d1b4c204cfdeedc8aad53c8656f2f19d31a36e0 (diff) | |
download | meta-openembedded-4c25889a543f3d96fde539a21d68ff2e3d1568ea.tar.gz |
xfsdump: 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-filesystems')
-rw-r--r-- | meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb index 3e18fba74f..3b06730b70 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb | |||
@@ -25,8 +25,6 @@ PACKAGECONFIG[gettext] = "--enable-gettext=yes,--enable-gettext=no,gettext" | |||
25 | 25 | ||
26 | CFLAGS += "-D_FILE_OFFSET_BITS=64" | 26 | CFLAGS += "-D_FILE_OFFSET_BITS=64" |
27 | 27 | ||
28 | EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool' V=1" | ||
29 | |||
30 | do_configure () { | 28 | do_configure () { |
31 | export DEBUG="-DNDEBUG" | 29 | export DEBUG="-DNDEBUG" |
32 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | 30 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} |