libc-rs: update to 0.2.21

Signed-off-by: Tyler Hall <tyler.hall@lexmark.com>
Signed-off-by: Steven Walter <swalter@lexmark.com>
This commit is contained in:
Tyler Hall
2017-03-24 16:45:47 -04:00
committed by Steven Walter
parent ad9f280e6c
commit 533507b25b
@@ -9,14 +9,15 @@ LIC_FILES_CHKSUM = "\
inherit rust-bin inherit rust-bin
SRC_URI = "git://github.com/rust-lang/libc.git;protocol=https" SRC_URI = "git://github.com/rust-lang/libc.git;protocol=https"
SRCREV = "f54b9c90ee68889181472d4d4a5dd9e43d0e5318" SRCREV = "05a2d197356ef253dfd985166576619ac9b6947f"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
LIB_SRC = "${S}/src/lib.rs" LIB_SRC = "${S}/src/lib.rs"
do_compile () { do_compile () {
oe_compile_rust_lib --cfg feature='"cargo-build"' oe_compile_rust_lib --cfg feature='"cargo-build"' --cfg feature='"use_std"'
} }
do_install () { do_install () {