diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-07 17:48:49 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-07 17:48:49 +0200 |
commit | 886e24e11704ba58b6f2de16a3428e6b98717b78 (patch) | |
tree | 90190dd4fd6fc620914358e17dd10fcf32266e21 | |
parent | a2917eb0679817015d0ea3ad8870e5e1da5cc376 (diff) |
default.xml: Update meta-rust
Fix issue with the compilation of libstd-rs on
Debian by the updating meta-rust to the latest
version.
Bug-AGL: SPEC-176
Change-Id: I39ac932d43b9d5a6a297167d0384ed5763821395
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index db118626..68fc1990 100644 --- a/default.xml +++ b/default.xml @@ -59,7 +59,7 @@ <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" /> <!-- meta-rust --> - <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="4eb46035c535dd6fc1626d08757ddfb72eb796f2" /> + <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="d0663639a08ed60bb83fd6eb99e3e2045b21b53c" /> <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="krogoth" /> |