From 77bb27172155a18beb399000ce126a737647fb4a Mon Sep 17 00:00:00 2001 From: Moorthy <36617743+moorthy-bs@users.noreply.github.com> Date: Thu, 16 Apr 2020 19:54:20 +0530 Subject: [PATCH] safec: aarch64 support added Signed-off-by: Khem Raj --- meta-oe/recipes-core/safec/safec_3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/safec/safec_3.5.bb b/meta-oe/recipes-core/safec/safec_3.5.bb index 66b1f6a1aa..94cdb3a3c3 100644 --- a/meta-oe/recipes-core/safec/safec_3.5.bb +++ b/meta-oe/recipes-core/safec/safec_3.5.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/rurban/safeclib.git \ CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE" -COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux' +COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux' PACKAGES =+ "${PN}-check"