From dee5ee97726c4be3a0210bd7a6b9566599758447 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 --- 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 66b1f6a1aa2..94cdb3a3c30 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"