mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
gjs: Remove valgrind dependency on rv32/rv64
valgrind is not yet ported to these archtectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6ab19f740d
commit
a43fef4b86
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user