rsyslog: remove the dependency on valgrind for mips64n32

valgrind is not supported mips64n32, so remove it

Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Yue Tao
2015-07-07 13:48:58 +08:00
committed by Martin Jansa
parent c37028884d
commit b9a8410d15
@@ -151,6 +151,7 @@ RDEPENDS_${PN} += "logrotate"
VALGRIND = "valgrind"
VALGRIND_mips = ""
VALGRIND_mips64 = ""
VALGRIND_mips64n32 = ""
VALGRIND_arm = ""
VALGRIND_aarch64 = ""
RDEPENDS_${PN}-ptest += "make diffutils gzip"