]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
valgrind: split helper scripts to separate packages, update dependencies
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Fri, 3 Nov 2023 14:46:18 +0000 (15:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2023 08:05:37 +0000 (08:05 +0000)
commit9797adebd1296f0cf08b1f6f6322fbc804aee14a
tree01e547ccc56f0afb3a092add2ce8784fe7097a0a
parent982798ef96e3a32bf15341bdd3bb7c4356709412
valgrind: split helper scripts to separate packages, update dependencies

The cachegrind scripts have been rewritten in python3, so the RDEPENDS
on perl is no longer sufficient. This is unfortunately not caught by
QA checks since the scripts use

  #! /usr/bin/env python3

as shebang line.

Since the valgrind binary by itself can be quite useful on target,
allow including that in the rootfs without also having to pull in the
whole perl and python interpreters and stdlibs.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/valgrind/valgrind_3.21.0.bb