aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-03-18 23:02:58 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:48:04 -0700
commitf00b7481283852377677cc74f7ca66f844796904 (patch)
treeb59cb8258c2213b8f2dbae3f38f1ee3751451505 /meta-filesystems
parent9903621022d4629f42a66484da4d1d611669e527 (diff)
downloadmeta-openembedded-contrib-f00b7481283852377677cc74f7ca66f844796904.tar.gz
xfsdump: Use new config.guess and config.sub
This brings in new architecture support for risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.7.bb2
1 files changed, 2 insertions, 0 deletions
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
}