diff options
| author | Frederic Martinsons <frederic.martinsons@gmail.com> | 2023-08-02 15:16:05 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-09 13:22:00 +0100 |
| commit | e9a09c8012931c8b4b22cb1de3fc7d967af11f0a (patch) | |
| tree | f39df442884f4ef7016f43a6537c5ae96a408e85 /meta/recipes-core/packagegroups | |
| parent | 2dd04232e77c88a251c19e60f148f6a0fe02e691 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 |
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" | |||
| 25 | GOTOOLS:powerpc ?= "" | 25 | GOTOOLS:powerpc ?= "" |
| 26 | GOTOOLS:riscv32 ?= "" | 26 | GOTOOLS:riscv32 ?= "" |
| 27 | 27 | ||
| 28 | RUSTTOOLS ?= "rust-hello-world" | ||
| 29 | |||
| 30 | GSTEXAMPLES ?= "gst-examples" | 28 | GSTEXAMPLES ?= "gst-examples" |
| 31 | GSTEXAMPLES:riscv64 = "" | 29 | GSTEXAMPLES: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 | " |
