summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-09-02 19:08:40 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2016-09-02 19:20:50 +0300
commit9f816bdb3da9412e334cb8f7a69b48523732dc77 (patch)
tree8431eee384b0303ea0b9c732fe2c5d0dc5a5afe2 /recipes-sota/ostree
parentca40ecfb70cf8a9174f8b6ef7e417efefe62d9ca (diff)
downloadmeta-updater-9f816bdb3da9412e334cb8f7a69b48523732dc77.tar.gz
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>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index e085df0..659ee83 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
5inherit autotools-brokensep pkgconfig systemd 5inherit autotools-brokensep pkgconfig systemd
6 6
7SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 7SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
8SRCREV="v2016.8" 8SRCREV="v2016.9"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11