From 4b4485fe779c2682b6b13b8b76fc53b54789adbd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Feb 2022 16:34:56 +0000 Subject: [PATCH] concurrencykit: enable 32- and 64-bit Arm targets As per upstream, 32- and 64-bit Arm targets are supported. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 8d04507b09..0018064119 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ S = "${WORKDIR}/git" -COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" +COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64).*-linux*" inherit autotools-brokensep