From 248c0afe62ebd3bd8bd50803a3e7b7c3afce5928 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 10 Apr 2016 22:56:22 -0500 Subject: [PATCH] rust: set our release channel appropriately We're always building a stable release so we should be setting our release channel appropriately. Signed-off-by: Doug Goldstein --- recipes-devtools/rust/rust.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index f62cab6..c6e3d91 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -414,6 +414,7 @@ do_configure () { "--disable-llvm-version-check" \ "--llvm-root=${llvmdir}" \ "--enable-optimize-tests" \ + "--release-channel=stable" \ "--prefix=${prefix}" \ "--target=${TARGET_SYS}" \ "--host=${HOST_SYS}" \