]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/buildproject: Run gnu-configize by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Feb 2017 10:32:40 +0000 (10:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Feb 2017 09:20:22 +0000 (09:20 +0000)
commit7918fe08d8e48f46cf2402afa66d35063eb72545
tree0f4323b9012a0447ce4b55b59d897c3efee6679b
parentb6352ff001c29f0bff10c18879b92c5618ec645c
oeqa/buildproject: Run gnu-configize by default

The runtime oeqa tests were failing in the on-target case, only for
aarch64. This was because an old config.sub was being used.

Similar to the SDK testing, call gnu-configize in the on-target
case too to resolve the failing tests.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/utils/sdkbuildproject.py
meta/lib/oeqa/utils/buildproject.py