summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl_git.bb
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@intel.com>2020-10-19 14:42:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 13:22:47 +0000
commit6e109fc770410b9fd0c64ea943f6e6294f5d4329 (patch)
treede6debd6703344aa48a3567ab54b11f60c7f7ee0 /meta/recipes-support/numactl/numactl_git.bb
parent1c4ed6768f8f1f10b3e1bd9545351abc0cd6dc5f (diff)
downloadpoky-6e109fc770410b9fd0c64ea943f6e6294f5d4329.tar.gz
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. (From OE-Core rev: 1d5574645076bc4cbc8b6e7b7a0606a5c9a9f9ae) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/numactl/numactl_git.bb')
-rw-r--r--meta/recipes-support/numactl/numactl_git.bb3
1 files changed, 0 insertions, 3 deletions
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 \
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26# ARM does not currently support NUMA
27COMPATIBLE_HOST = "^((?!arm).*)$"
28
29do_install() { 26do_install() {
30 oe_runmake DESTDIR=${D} prefix=${D}/usr install 27 oe_runmake DESTDIR=${D} prefix=${D}/usr install
31 #remove the empty man2 directory 28 #remove the empty man2 directory