summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 9720e5ac62..514e4ecf84 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -5,12 +5,16 @@
5SUMMARY = "Testing tools/applications" 5SUMMARY = "Testing tools/applications"
6LICENSE = "MIT" 6LICENSE = "MIT"
7 7
8PR = "r1"
9
8inherit packagegroup 10inherit packagegroup
9 11
10PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
11 13
12# For backwards compatibility after rename 14# For backwards compatibility after rename
13RPROVIDES_${PN} = "task-core-tools-testapps" 15RPROVIDES_${PN} = "task-core-tools-testapps"
16RREPLACES_${PN} = "task-core-tools-testapps"
17RCONFLICTS_${PN} = "task-core-tools-testapps"
14 18
15# kexec-tools doesn't work on Mips 19# kexec-tools doesn't work on Mips
16KEXECTOOLS ?= "kexec" 20KEXECTOOLS ?= "kexec"