aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-11-08 17:12:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-15 15:11:55 +0000
commited1ba311fbfc6365da91b867d22b77c7c44cae75 (patch)
tree047ced55c2fa3ac409e823cfa707056ce341e86c
parent4499bca90887a0a7e7943403372654bf9e902b17 (diff)
downloadopenembedded-core-contrib-ed1ba311fbfc6365da91b867d22b77c7c44cae75.tar.gz
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>
-rw-r--r--meta/recipes-core/fts/fts.bb5
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"