mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1c4ed6768f
commit
6e109fc770
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user