aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorMoorthy <36617743+moorthy-bs@users.noreply.github.com>2020-04-16 19:54:20 +0530
committerKhem Raj <raj.khem@gmail.com>2020-04-16 11:40:40 -0700
commit77bb27172155a18beb399000ce126a737647fb4a (patch)
treed06fba9c854a14b02d0a7285c414258ced2a0bc3 /meta-oe/recipes-core
parent26fed9b4231ca35d0fde67778f040bc9e950c3a7 (diff)
downloadmeta-openembedded-77bb27172155a18beb399000ce126a737647fb4a.tar.gz
safec: aarch64 support added
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/safec/safec_3.5.bb2
1 files changed, 1 insertions, 1 deletions
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"