From 1d5574645076bc4cbc8b6e7b7a0606a5c9a9f9ae Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Mon, 19 Oct 2020 14:42:12 -0700 Subject: numactl: Remove COMPATIBLE_HOST restrictions Since there may be recipes that depend on libnuma, even though the hardware doesn't support numa, remove the COMPATIBLE_HOST restrictions. Signed-off-by: Randy Witt Signed-off-by: Richard Purdie --- meta/recipes-support/numactl/numactl_git.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta') diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 20b7fed862..e45afe9ee8 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb @@ -23,9 +23,6 @@ SRC_URI = "git://github.com/numactl/numactl \ S = "${WORKDIR}/git" -# ARM does not currently support NUMA -COMPATIBLE_HOST = "^((?!arm).*)$" - do_install() { oe_runmake DESTDIR=${D} prefix=${D}/usr install #remove the empty man2 directory -- cgit 1.2.3-korg