[oe-commits] [meta-openembedded] 54/62: makedumpfile: add ARM into COMPATIBLE_HOST

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:29:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit 7b9db5b7e6e59fb1db9a6c3854223497686ef4e3
Author: Thomas PERROT <thomas.perrot at tupi.fr>
AuthorDate: Sun Dec 11 12:40:04 2016 +0100

    makedumpfile: add ARM into COMPATIBLE_HOST
    
    Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    (cherry picked from commit 42a46903392c85b2b2cc7ed9a8413261f03a8ab4)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
index c9a2270..93a6f62 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list