]> code.ossystems Code Review - openembedded-core.git/commitdiff
fts: Reduce duplication in MIPS variants.
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Tue, 8 Nov 2016 17:12:25 +0000 (17:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:11:55 +0000 (15:11 +0000)
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>
meta/recipes-core/fts/fts.bb

index 9d8230fa3d8ff07483684dbfc6bc8a538a175284..de9297ebed0c6d261f7d7e38dd5e197d01b9a88c 100644 (file)
@@ -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"