mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 22:31:17 +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:
parent
c37028884d
commit
b9a8410d15
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user