]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: Use --disable-maintainer-mode configure option
authorKhem Raj <raj.khem@gmail.com>
Thu, 13 Feb 2020 08:21:51 +0000 (00:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2020 13:03:16 +0000 (13:03 +0000)
commit3dc4e27e7633ce3ca6b9647810d0996bdee48771
tree9adf5dce1b1c606ac11b507408df3dba8a91c396
parent4486f4523f6671841ffa65ce2419b9e3e018ad76
oeqa: Use --disable-maintainer-mode configure option

since the versions of autotools might differ on target and build host, plus difference in
timestamps for configure and system can result in reconfigure lets avoid
that by disabling maintainer mode

Avoids
error: newly created file is older than distributed files!

[YOCTO #13779]

Suggested-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/buildcpio.py
meta/lib/oeqa/sdk/cases/buildcpio.py