summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/numactl/numactl_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb b/meta-oe/recipes-support/numactl/numactl_git.bb
index 75e4435db0..504fe03275 100644
--- a/meta-oe/recipes-support/numactl/numactl_git.bb
+++ b/meta-oe/recipes-support/numactl/numactl_git.bb
@@ -25,6 +25,9 @@ S = "${WORKDIR}/git"
25# ARM does not currently support NUMA 25# ARM does not currently support NUMA
26COMPATIBLE_HOST = "^((?!arm).*)$" 26COMPATIBLE_HOST = "^((?!arm).*)$"
27 27
28LDFLAGS_append_riscv64 = " -latomic"
29LDFLAGS_append_riscv32 = " -latomic"
30
28do_install() { 31do_install() {
29 oe_runmake DESTDIR=${D} prefix=${D}/usr install 32 oe_runmake DESTDIR=${D} prefix=${D}/usr install
30 #remove the empty man2 directory 33 #remove the empty man2 directory