summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 015810cb6b..94405fd8fe 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -12,14 +12,14 @@ inherit packagegroup
12 12
13# kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet 13# kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet
14KEXECTOOLS ?= "kexec" 14KEXECTOOLS ?= "kexec"
15KEXECTOOLS_e5500-64b ?= "" 15KEXECTOOLS:e5500-64b ?= ""
16KEXECTOOLS_microblaze ?= "" 16KEXECTOOLS:microblaze ?= ""
17KEXECTOOLS_nios2 ?= "" 17KEXECTOOLS:nios2 ?= ""
18KEXECTOOLS_riscv64 ?= "" 18KEXECTOOLS:riscv64 ?= ""
19KEXECTOOLS_riscv32 ?= "" 19KEXECTOOLS:riscv32 ?= ""
20 20
21GSTEXAMPLES ?= "gst-examples" 21GSTEXAMPLES ?= "gst-examples"
22GSTEXAMPLES_riscv64 = "" 22GSTEXAMPLES:riscv64 = ""
23 23
24X11GLTOOLS = "\ 24X11GLTOOLS = "\
25 mesa-demos \ 25 mesa-demos \
@@ -37,7 +37,7 @@ X11TOOLS = "\
37 xprop \ 37 xprop \
38 " 38 "
39 39
40RDEPENDS_${PN} = "\ 40RDEPENDS:${PN} = "\
41 blktool \ 41 blktool \
42 ${KEXECTOOLS} \ 42 ${KEXECTOOLS} \
43 alsa-utils-amixer \ 43 alsa-utils-amixer \