diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-02 19:08:40 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-02 19:20:50 +0300 |
commit | c3d3de76193e0ac217635e0fc67e5ee70e33f46b (patch) | |
tree | 6ab3b6cd3324906543589cf7d4070768585f1ea5 | |
parent | dc1d7d8b099aaca2ded66dda1cced67d275f13f6 (diff) |
ostree_git.bb: Upgrade OSTree to v2016.9
OSTree has been upgraded to the latest version
v2016.9 which was released on 31 August. This
release contains mostly minor fixes.
Bug-AGL: SPEC-194
Change-Id: Id7a1cce825aacbb069fd86bc7e81bb7fca46042b
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-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 e085df0..659ee83 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" inherit autotools-brokensep pkgconfig systemd SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="v2016.8" +SRCREV="v2016.9" S = "${WORKDIR}/git" |