diff options
-rw-r--r-- | meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
10 | 10 | ||
11 | inherit autotools-brokensep | 11 | inherit autotools-brokensep |
12 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" | 12 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" |
13 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc).*-linux" | 13 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" |
14 | 14 | ||
15 | do_configure_prepend () { | 15 | do_configure_prepend () { |
16 | # Two bugs in configure.ac when cross-compiling. | 16 | # Two bugs in configure.ac when cross-compiling. |