From 098372ad4b19313e557e25aef56a9e3461bab4b0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 May 2014 17:57:51 +0100 Subject: rt-tests: Fix warning flag typo As per the comment, this makes it match the Makefile (From OE-Core rev: 6fce92430e6e837d068eb8531dcd432f38adca3a) Signed-off-by: Richard Purdie --- meta/recipes-rt/rt-tests/rt-tests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-rt') diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 1d876b0684..954782c6bb 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -8,7 +8,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git S = "${WORKDIR}/git" # need to append rt-tests' default CFLAGS to ours -CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli" +CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull" # calling 'uname -m' is broken on crossbuilds EXTRA_OEMAKE = "NUMA=0" -- cgit 1.2.3-korg