diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-15 16:29:27 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-15 16:29:27 +0300 |
commit | bd93e24d412bd273660e3b9cd0c4b430d97105bf (patch) | |
tree | 3f21b5dd37407e0da5aa8b1d3ed851295787cf58 /meta-sota/recipes-sota/ostree | |
parent | f871c01e9e93f035735be277976b41020be36fec (diff) |
ostree_git.bb: Upgrade to v2016.10
Upgrade OSTree to v2016.10 which was released
on 08 September 2016.
Bug-AGL: SPEC-194
Change-Id: I20d8214a227259635a388fdd037a0144451e7ac5
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-sota/recipes-sota/ostree')
-rw-r--r-- | meta-sota/recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 6c6db19..a35799e 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -7,7 +7,7 @@ inherit autotools-brokensep pkgconfig systemd INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="v2016.9" +SRCREV="v2016.10" S = "${WORKDIR}/git" |