From a67fbf22231bb45af2ea1fea024049bb61201f47 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 12 Jul 2016 16:31:34 -0500 Subject: [PATCH] rust-hello-world: convert to using cargo_util Convert to using the newer cargo_util bbclass. --- recipes-example/rust-hello-world/rust-hello-world_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-example/rust-hello-world/rust-hello-world_git.bb b/recipes-example/rust-hello-world/rust-hello-world_git.bb index ba88548..7b5e53e 100644 --- a/recipes-example/rust-hello-world/rust-hello-world_git.bb +++ b/recipes-example/rust-hello-world/rust-hello-world_git.bb @@ -1,4 +1,4 @@ -inherit cargo +inherit cargo_util SRC_URI = "git://github.com/jmesmon/rust-hello-world.git;protocol=https" SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728"