diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-02 15:12:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-03 08:38:41 -0700 |
commit | a43fef4b86e67ea20a64ed4f80818e1753e35d0c (patch) | |
tree | 5fe29c03c02dfe3069a827f780802ff93509e2e6 /meta-gnome | |
parent | 6ab19f740da4608de46ba78ba6b13bd6136e070d (diff) | |
download | meta-openembedded-a43fef4b86e67ea20a64ed4f80818e1753e35d0c.tar.gz |
gjs: Remove valgrind dependency on rv32/rv64
valgrind is not yet ported to these archtectures
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 a16455bfd..ccac08d06 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" | |||
36 | PACKAGES =+ "${PN}-valgrind" | 36 | PACKAGES =+ "${PN}-valgrind" |
37 | FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" | 37 | FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" |
38 | RDEPENDS:${PN}-valgrind += "valgrind" | 38 | RDEPENDS:${PN}-valgrind += "valgrind" |
39 | |||
40 | # Valgrind not yet available on rv32/rv64 | ||
41 | RDEPENDS:${PN}-valgrind:remove:riscv32 = "valgrind" | ||
42 | RDEPENDS:${PN}-valgrind:remove:riscv64 = "valgrind" | ||