diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:11:55 +0000 |
commit | ed1ba311fbfc6365da91b867d22b77c7c44cae75 (patch) | |
tree | 047ced55c2fa3ac409e823cfa707056ce341e86c /meta/recipes-core | |
parent | 4499bca90887a0a7e7943403372654bf9e902b17 (diff) | |
download | openembedded-core-ed1ba311fbfc6365da91b867d22b77c7c44cae75.tar.gz openembedded-core-ed1ba311fbfc6365da91b867d22b77c7c44cae75.tar.bz2 openembedded-core-ed1ba311fbfc6365da91b867d22b77c7c44cae75.zip |
fts: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/fts/fts.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb index 9d8230fa3d..de9297ebed 100644 --- a/meta/recipes-core/fts/fts.bb +++ b/meta/recipes-core/fts/fts.bb @@ -22,10 +22,7 @@ S = "${WORKDIR}/${BPN}" do_configure[noexec] = "1" -HASHSTYLE_mips = "sysv" -HASHSTYLE_mipsel = "sysv" -HASHSTYLE_mips64 = "sysv" -HASHSTYLE_mips64el = "sysv" +HASHSTYLE_mipsarch = "sysv" HASHSTYLE = "gnu" VER = "0" |