]> code.ossystems Code Review - openembedded-core.git/commit
libcheck: avoid multilib install file conflict
authorKai Kang <kai.kang@windriver.com>
Tue, 2 Oct 2018 16:27:13 +0000 (00:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 16:01:05 +0000 (17:01 +0100)
commitf9db6ac8044495f9299fb0e962d3d6838bbce08f
treee3d31258c041aa06b1a50bc646ca28d274b6c9b6
parentd138b1ec4aef88a3b0c4f1d698ed2a224c93b889
libcheck: avoid multilib install file conflict

The first line of output of '$CC --version' is written to check_stdint.h
as a comment line. It causes multilib install file conflict.

Do not echo compiler version info to check_stdint.h to fix the issue.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch [new file with mode: 0644]
meta/recipes-support/libcheck/libcheck_0.12.0.bb