From c53b2539176199607eb12c706658a269c81d3232 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 10 Sep 2022 17:24:31 -0300 Subject: [PATCH] rust-hello-world: move to recipes-extended There is no need to have a single recipe in recipes-example; moving it to recipes-extended put it with other recipes. Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- .../rust-example}/rust-hello-world/0001-enable-LTO.patch | 0 .../rust-example}/rust-hello-world_git.bb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename meta/{recipes-example/rust-hello-world => recipes-extended/rust-example}/rust-hello-world/0001-enable-LTO.patch (100%) rename meta/{recipes-example/rust-hello-world => recipes-extended/rust-example}/rust-hello-world_git.bb (100%) diff --git a/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch b/meta/recipes-extended/rust-example/rust-hello-world/0001-enable-LTO.patch similarity index 100% rename from meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch rename to meta/recipes-extended/rust-example/rust-hello-world/0001-enable-LTO.patch diff --git a/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb b/meta/recipes-extended/rust-example/rust-hello-world_git.bb similarity index 100% rename from meta/recipes-example/rust-hello-world/rust-hello-world_git.bb rename to meta/recipes-extended/rust-example/rust-hello-world_git.bb -- 2.47.3