aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/safec
diff options
context:
space:
mode:
authorAnkit Navik <ankit.tarot@gmail.com>2019-06-21 20:44:24 +0530
committerKhem Raj <raj.khem@gmail.com>2019-06-22 21:31:51 -0700
commit1501d0c4cc7eb9bed43c89276cf6dfde87336b9a (patch)
tree2b5f6df80fb7f974220795093877b5ce4400ed52 /meta-oe/recipes-core/safec
parent64974b8779291419486338f75f229a732e450d78 (diff)
downloadmeta-openembedded-1501d0c4cc7eb9bed43c89276cf6dfde87336b9a.tar.gz
safec: Remove aarch64 from COMPATIBLE_HOST
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/safec')
-rw-r--r--meta-oe/recipes-core/safec/safec_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb b/meta-oe/recipes-core/safec/safec_3.4.bb
index d55d081f34..b4c125faf4 100644
--- a/meta-oe/recipes-core/safec/safec_3.4.bb
+++ b/meta-oe/recipes-core/safec/safec_3.4.bb
@@ -10,6 +10,6 @@ S = "${WORKDIR}/git"
SRCREV = "62e6b2df55084316d027165d286e46beb40513dc"
SRC_URI = "git://github.com/rurban/safeclib.git"
-COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux'
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
RDEPENDS_${PN} = "perl"