makedumpfile: add ARM into COMPATIBLE_HOST

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 42a4690339)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Thomas PERROT 2016-12-11 12:40:04 +01:00 committed by Armin Kuster
parent 56f6f5585d
commit 7b9db5b7e6

View File

@ -12,7 +12,7 @@ RDEPENDS_${PN}-tools = "perl ${PN}"
# arm would compile but has never been tested upstream. mips would not compile.
#
COMPATIBLE_HOST = "(x86_64|i.86|powerpc).*-linux"
COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux"
PACKAGES =+ "${PN}-tools"
FILES_${PN}-tools = "${bindir}/*.pl"