]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk/gcc: Fix makefile test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Sep 2015 10:07:38 +0000 (11:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2015 10:58:34 +0000 (11:58 +0100)
commitd28ddc23bbf232901ae07f7a01f821ecc4b79e32
tree353cce08f04a922fb52d169d68859ea994d85f0c
parent4e89fe719b3e237d84b7ceba2a8c83a768baa714
oeqa/sdk/gcc: Fix makefile test

The makefile test was hardcoding a test for gcc. In the SDK context, we
need to use $(CC) to use the cross compiler.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/files/testsdkmakefile [new file with mode: 0644]
meta/lib/oeqa/sdk/gcc.py