mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -151,6 +151,7 @@ RDEPENDS_${PN} += "logrotate"
|
|||||||
VALGRIND = "valgrind"
|
VALGRIND = "valgrind"
|
||||||
VALGRIND_mips = ""
|
VALGRIND_mips = ""
|
||||||
VALGRIND_mips64 = ""
|
VALGRIND_mips64 = ""
|
||||||
|
VALGRIND_mips64n32 = ""
|
||||||
VALGRIND_arm = ""
|
VALGRIND_arm = ""
|
||||||
VALGRIND_aarch64 = ""
|
VALGRIND_aarch64 = ""
|
||||||
RDEPENDS_${PN}-ptest += "make diffutils gzip"
|
RDEPENDS_${PN}-ptest += "make diffutils gzip"
|
||||||
|
|||||||
Reference in New Issue
Block a user