summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests_0.83.bb')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_0.83.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.83.bb b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
index 1a91e867eb..6c4931e0a9 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
@@ -11,13 +11,15 @@ SRCREV = "5f1e84f8b015df3ff950056494134eca3f640d70"
11 11
12# git -> 0.83 needs a PE bump 12# git -> 0.83 needs a PE bump
13PE = "1" 13PE = "1"
14PR = "r1" 14PR = "r2"
15 15
16SRC_URI = "git://github.com/clrkwllms/rt-tests.git" 16SRC_URI = "git://github.com/clrkwllms/rt-tests.git \
17 file://makefile-support-user-cflags-ldflags.patch"
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
19 20
20CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli ${LDFLAGS}" 21# need to append rt-tests' default CFLAGS to ours
22CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli"
21 23
22# calling 'uname -m' is broken on crossbuilds 24# calling 'uname -m' is broken on crossbuilds
23EXTRA_OEMAKE = "NUMA=0" 25EXTRA_OEMAKE = "NUMA=0"