summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
diff options
context:
space:
mode:
authorFrederic Martinsons <frederic.martinsons@gmail.com>2023-08-02 15:16:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-09 13:22:00 +0100
commite9a09c8012931c8b4b22cb1de3fc7d967af11f0a (patch)
treef39df442884f4ef7016f43a6537c5ae96a408e85 /meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
parent2dd04232e77c88a251c19e60f148f6a0fe02e691 (diff)
downloadpoky-e9a09c8012931c8b4b22cb1de3fc7d967af11f0a.tar.gz
rust-hello-world: Drop recipe
we now have more rust/cargo recipes and tests that cover various use cases so this is no longer needed. (From OE-Core rev: 8baaf94d200f5355791ecd980727698b1ab0e539) Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com> 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.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index e05e329020..1fee1c925d 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -25,8 +25,6 @@ GOTOOLS ?= "go-helloworld"
25GOTOOLS:powerpc ?= "" 25GOTOOLS:powerpc ?= ""
26GOTOOLS:riscv32 ?= "" 26GOTOOLS:riscv32 ?= ""
27 27
28RUSTTOOLS ?= "rust-hello-world"
29
30GSTEXAMPLES ?= "gst-examples" 28GSTEXAMPLES ?= "gst-examples"
31GSTEXAMPLES:riscv64 = "" 29GSTEXAMPLES:riscv64 = ""
32 30
@@ -59,5 +57,4 @@ RDEPENDS:${PN} = "\
59 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \ 57 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \
60 ${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \ 58 ${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \
61 ${GOTOOLS} \ 59 ${GOTOOLS} \
62 ${RUSTTOOLS} \
63 " 60 "