diff options
author | OYTIS <tossel@gmail.com> | 2017-02-09 19:32:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 19:32:23 +0300 |
commit | 0dab1e2af9b30cb8a07cac92d5832019c3973101 (patch) | |
tree | a86ec9277f7ba14e7ef818bb231226752e9a1de2 | |
parent | 834e59f5b8754c4371aa41debe3120dc9b7f9fa2 (diff) | |
parent | d1fa1c5d91066ed81fe109bab388e2a9406a1ece (diff) | |
download | meta-updater-0dab1e2af9b30cb8a07cac92d5832019c3973101.tar.gz |
Merge pull request #31 from advancedtelematic/bugfix/lazycell
Add lazycell create (required by mio)
-rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 10831e3..15aa7a4 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | |||
@@ -51,6 +51,7 @@ crate://crates.io/kernel32-sys/0.2.2 \ | |||
51 | crate://crates.io/language-tags/0.2.2 \ | 51 | crate://crates.io/language-tags/0.2.2 \ |
52 | crate://crates.io/lazy_static/0.1.16 \ | 52 | crate://crates.io/lazy_static/0.1.16 \ |
53 | crate://crates.io/lazy_static/0.2.2 \ | 53 | crate://crates.io/lazy_static/0.2.2 \ |
54 | crate://crates.io/lazycell/0.4.0 \ | ||
54 | crate://crates.io/libc/0.2.18 \ | 55 | crate://crates.io/libc/0.2.18 \ |
55 | crate://crates.io/log/0.3.6 \ | 56 | crate://crates.io/log/0.3.6 \ |
56 | crate://crates.io/matches/0.1.4 \ | 57 | crate://crates.io/matches/0.1.4 \ |