From 8baaf94d200f5355791ecd980727698b1ab0e539 Mon Sep 17 00:00:00 2001 From: Frederic Martinsons Date: Wed, 2 Aug 2023 15:16:05 +0200 Subject: 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. Signed-off-by: Frederic Martinsons Signed-off-by: Richard Purdie --- .../rust-example/rust-hello-world_git.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/recipes-extended/rust-example/rust-hello-world_git.bb (limited to 'meta/recipes-extended/rust-example/rust-hello-world_git.bb') diff --git a/meta/recipes-extended/rust-example/rust-hello-world_git.bb b/meta/recipes-extended/rust-example/rust-hello-world_git.bb deleted file mode 100644 index 1d91109b51..0000000000 --- a/meta/recipes-extended/rust-example/rust-hello-world_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -inherit cargo - -SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https;branch=master" -SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728" -LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147" - -SRC_URI += "\ - file://0001-enable-LTO.patch \ - " - -UPSTREAM_CHECK_COMMITS = "1" - -SUMMARY = "Hello World by Cargo for Rust" -HOMEPAGE = "https://github.com/meta-rust/rust-hello-world" -LICENSE = "MIT | Apache-2.0" - -S = "${WORKDIR}/git" - -BBCLASSEXTEND = "native" -- cgit 1.2.3-korg