From d3d269838bb3ed9ba457b9e0aceb23f8d7447446 Mon Sep 17 00:00:00 2001 From: leimaohui Date: Sat, 19 May 2018 11:11:12 -0700 Subject: tiptop: Add aarch64 into COMPATIBLE_HOST. Signed-off-by: Lei Maohui Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb index 0a00a366e1..4289c6834e 100644 --- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb +++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1 inherit autotools-brokensep EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" -COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc).*-linux" +COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" do_configure_prepend () { # Two bugs in configure.ac when cross-compiling. -- cgit 1.2.3-korg