diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-10-25 15:31:44 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-10-25 15:36:12 +0300 |
commit | 24d0f6a3aa0189b1e881be584447a07a42079fce (patch) | |
tree | 6d6924b2f57546abeb20ec6cb5bf967584a56976 /meta-sota/recipes-sota | |
parent | eadecc11aac1b0de7a0841213f647e35ccf5a6a1 (diff) |
ostree_git.bb: Upgrade to v2016.12
Upgrade OSTree to v2016.12 which was released
on 24 October 2016.
Bug-AGL: SPEC-194
Change-Id: Ia4d937df4386925407d7e3187172be52a9154ae3
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-sota/recipes-sota')
-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 c2aeb2f..72eaf56 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -8,7 +8,7 @@ INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="v2016.11" +SRCREV="v2016.12" S = "${WORKDIR}/git" |