]> code.ossystems Code Review - openembedded-core.git/commitdiff
numactl: Remove COMPATIBLE_HOST restrictions
authorRandy Witt <randy.e.witt@intel.com>
Mon, 19 Oct 2020 21:42:12 +0000 (14:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Oct 2020 12:37:53 +0000 (12:37 +0000)
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 <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/numactl/numactl_git.bb

index 20b7fed8624592f4a36fd234abd0afcf824d2bb3..e45afe9ee862b6c68dd8d4fff3ffea93666f3ac6 100644 (file)
@@ -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