diff options
-rw-r--r-- | meta-oe/recipes-core/safec/safec_3.4.bb | 2 |
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 d55d081f3..b4c125faf 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" |