From 533507b25b10844d44feda70bdc0f6f4e32dd711 Mon Sep 17 00:00:00 2001 From: Tyler Hall Date: Fri, 24 Mar 2017 16:45:47 -0400 Subject: [PATCH] libc-rs: update to 0.2.21 Signed-off-by: Tyler Hall Signed-off-by: Steven Walter --- recipes-core/libc/{libc-rs_0.2.5.bb => libc-rs_0.2.21.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-core/libc/{libc-rs_0.2.5.bb => libc-rs_0.2.21.bb} (81%) diff --git a/recipes-core/libc/libc-rs_0.2.5.bb b/recipes-core/libc/libc-rs_0.2.21.bb similarity index 81% rename from recipes-core/libc/libc-rs_0.2.5.bb rename to recipes-core/libc/libc-rs_0.2.21.bb index 2721922..dffeea0 100644 --- a/recipes-core/libc/libc-rs_0.2.5.bb +++ b/recipes-core/libc/libc-rs_0.2.21.bb @@ -9,14 +9,15 @@ LIC_FILES_CHKSUM = "\ inherit rust-bin SRC_URI = "git://github.com/rust-lang/libc.git;protocol=https" -SRCREV = "f54b9c90ee68889181472d4d4a5dd9e43d0e5318" +SRCREV = "05a2d197356ef253dfd985166576619ac9b6947f" S = "${WORKDIR}/git" LIB_SRC = "${S}/src/lib.rs" do_compile () { - oe_compile_rust_lib --cfg feature='"cargo-build"' + oe_compile_rust_lib --cfg feature='"cargo-build"' --cfg feature='"use_std"' + } do_install () {