From f00b7481283852377677cc74f7ca66f844796904 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 Mar 2018 23:02:58 -0700 Subject: xfsdump: Use new config.guess and config.sub This brings in new architecture support for risc-v Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb index 0ac991b238..39f11890e1 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb @@ -34,6 +34,8 @@ EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool' V=1" do_configure () { export DEBUG="-DNDEBUG" + install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} + install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} oe_runconf } -- cgit 1.2.3-korg