mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 04:09:58 +00: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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user