[oe-commits] Yue Tao : rsyslog: remove the dependency on valgrind for mips64n32

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 10:45:35 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 24656b309420e99c75e86bc78e52cf1b6c1ed96c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=24656b309420e99c75e86bc78e52cf1b6c1ed96c

Author: Yue Tao <Yue.Tao at windriver.com>
Date:   Tue Jul  7 13:48:58 2015 +0800

rsyslog: remove the dependency on valgrind for mips64n32

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"



More information about the Openembedded-commits mailing list