From beadb56e97240ed27b8382fb294ec3a775b22929 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 12 Feb 2015 15:35:02 -0500 Subject: [PATCH] rust: now shipping a gdb helper and no lldb helper --- recipes/rust/rust.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 127e124..f025bf3 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -345,7 +345,7 @@ rust_do_install () { # we're using a custom bindir, do it ourselves. chmod +x "${D}/${bindir}/rustc" chmod +x "${D}/${bindir}/rustdoc" - chmod +x "${D}/${bindir}/rust-lldb" + chmod +x "${D}/${bindir}/rust-gdb" # Install our custon target.json files local td="${D}${libdir}/rustlib/"