summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-07-13 16:43:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:09:20 +0100
commit7e51763e2291e9d12d3e81b859b2045530e0c009 (patch)
tree81c0e30e8785ff52f37d27324cd4a42e2d5c79e9 /meta/recipes-core/systemd
parente47a97a2f6e9b2ba8100cd4b2b7390f4a05ee345 (diff)
downloadpoky-7e51763e2291e9d12d3e81b859b2045530e0c009.tar.gz
systemd: add PACKAGECONFIG for valgrind
Execute `bitbake valgrind && bitbake systemd -c cleansstate && bitbake systemd -c configure && bitbake valgrind -c cleansstate && bitbake systemd -c compile', and we would get the following error. src/libsystemd/sd-bus/bus-control.c: fatal error: valgrind/memcheck.h: No such file or directory. Add PACKAGECONFIG option to sovle this problem. (From OE-Core rev: e35ee4e016fbd659c88444ab7ee8e86008984f2c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index e131d69fb9..83e4bce142 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -89,6 +89,7 @@ PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
89PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" 89PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables"
90PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," 90PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,,"
91PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" 91PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
92PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind"
92 93
93CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" 94CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill"
94CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" 95CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod"