]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
systemd: add option for valgrind header checking ChenQi/systemd-valgrindheader
authorChen Qi <Qi.Chen@windriver.com>
Wed, 12 Nov 2014 10:36:23 +0000 (18:36 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 13 Nov 2014 07:54:51 +0000 (15:54 +0800)
commit9ad835b1a386b20dcad037c4e78e81a9fcd32181
tree44ecffa04372484995f53aeb474cc5c75cc35730
parent33b7885ecdc8774e34ac3534ec49fed6ffdb3916
systemd: add option for valgrind header checking

Add option so that valgrind header checking is controlled. Otherwise,
we would get the following error.

   src/libsystemd/sd-bus/bus-control.c: fatal error: valgrind/mencheck.h: No such file or directory

The above error could be reproduced by the following command.

bitbake valgrind && bitbake systemd -ccleansstate && bitbake systemd -cconfigure
&& bitbake valgrind -ccleansstate && bitbake systemd -ccompile

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/systemd/systemd/0001-configure.ac-add-valgrind-header-checking-option.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_216.bb