diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-18 23:02:58 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:04 -0700 |
commit | f00b7481283852377677cc74f7ca66f844796904 (patch) | |
tree | b59cb8258c2213b8f2dbae3f38f1ee3751451505 /meta-filesystems | |
parent | 9903621022d4629f42a66484da4d1d611669e527 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 0ac991b23..39f11890e 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" | |||
34 | 34 | ||
35 | do_configure () { | 35 | do_configure () { |
36 | export DEBUG="-DNDEBUG" | 36 | export DEBUG="-DNDEBUG" |
37 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
38 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
37 | oe_runconf | 39 | oe_runconf |
38 | } | 40 | } |
39 | 41 | ||