diff options
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index b3a24b71de..54915e4f0c 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | SUMMARY = "Profiling tools" | 5 | SUMMARY = "Profiling tools" |
6 | 6 | ||
7 | |||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 8 | ||
10 | inherit packagegroup | 9 | inherit packagegroup |
@@ -50,12 +49,12 @@ VALGRIND:armv4 = "" | |||
50 | VALGRIND:armv5 = "" | 49 | VALGRIND:armv5 = "" |
51 | VALGRIND:armv6 = "" | 50 | VALGRIND:armv6 = "" |
52 | VALGRIND:armeb = "" | 51 | VALGRIND:armeb = "" |
53 | VALGRIND:aarch64 = "" | ||
54 | VALGRIND:riscv64 = "" | 52 | VALGRIND:riscv64 = "" |
55 | VALGRIND:riscv32 = "" | 53 | VALGRIND:riscv32 = "" |
56 | VALGRIND:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}" | 54 | VALGRIND:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}" |
57 | VALGRIND:linux-gnux32 = "" | 55 | VALGRIND:linux-gnux32 = "" |
58 | VALGRIND:linux-gnun32 = "" | 56 | VALGRIND:linux-gnun32 = "" |
57 | VALGRIND:loongarch64 = "" | ||
59 | 58 | ||
60 | RDEPENDS:${PN} = "\ | 59 | RDEPENDS:${PN} = "\ |
61 | ${PROFILETOOLS} \ | 60 | ${PROFILETOOLS} \ |