lib/crate.py: update magic hash for new cargo

This commit is contained in:
Steven Walter
2016-09-02 20:14:02 -04:00
parent f89057c0af
commit 08ac2819f8
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ cargo_util_do_compile () {
cd "${B}"
# prevent cargo from trying to fetch down new data
mkdir -p "${WORKDIR}/cargo_home/registry/index/"
touch "${WORKDIR}/cargo_home/registry/index/.cargo-index-lock"
mkdir -p "${WORKDIR}/cargo_home/registry/index/github.com-1ecc6299db9ec823"
touch "${WORKDIR}/cargo_home/registry/index/github.com-1ecc6299db9ec823/.cargo-index-lock"
oe_cargo_fix_env
oe_cargo_build