[oe] [PATCH][meta-oe] rsyslog: remove the dependency on valgrind for mips64n32

rongqing.li at windriver.com rongqing.li at windriver.com
Tue Jul 7 05:48:58 UTC 2015


From: Yue Tao <Yue.Tao at windriver.com>

valgrind is not supported mips64n32, so remove it

Signed-off-by: Yue Tao <Yue.Tao at windriver.com>
Signed-off-by: Roy Li <rongqing.li at windriver.com>
---
 meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
index e1dee59..9c85a41 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
@@ -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"
-- 
1.9.1




More information about the Openembedded-devel mailing list