diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-12 17:57:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 13:42:24 +0100 |
commit | a692a9182a7315bcef2efb9cf79910df32201a0b (patch) | |
tree | 6c7f722fba9720587adac4455abf54b5f064ee27 /meta/recipes-rt/rt-tests | |
parent | 44fddc9ba1f67babb2c7bfc8794fb593965a0961 (diff) | |
download | poky-a692a9182a7315bcef2efb9cf79910df32201a0b.tar.gz |
rt-tests: Fix warning flag typo
As per the comment, this makes it match the Makefile
(From OE-Core rev: 6fce92430e6e837d068eb8531dcd432f38adca3a)
(From OE-Core rev: be4aef60e6da08b77a5c1fbbf783305bee9f96ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 81f4f2b109..44366a2f7c 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | # need to append rt-tests' default CFLAGS to ours | 13 | # need to append rt-tests' default CFLAGS to ours |
14 | CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli" | 14 | CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull" |
15 | 15 | ||
16 | # calling 'uname -m' is broken on crossbuilds | 16 | # calling 'uname -m' is broken on crossbuilds |
17 | EXTRA_OEMAKE = "NUMA=0" | 17 | EXTRA_OEMAKE = "NUMA=0" |