From a43fef4b86e67ea20a64ed4f80818e1753e35d0c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 2 Sep 2021 15:12:44 -0700 Subject: gjs: Remove valgrind dependency on rv32/rv64 valgrind is not yet ported to these archtectures Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb index a16455bfdd..ccac08d060 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb @@ -36,3 +36,7 @@ FILES:${PN} += "${datadir}/gjs-1.0/lsan" PACKAGES =+ "${PN}-valgrind" FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" RDEPENDS:${PN}-valgrind += "valgrind" + +# Valgrind not yet available on rv32/rv64 +RDEPENDS:${PN}-valgrind:remove:riscv32 = "valgrind" +RDEPENDS:${PN}-valgrind:remove:riscv64 = "valgrind" -- cgit 1.2.3-korg