diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-19 16:44:17 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-08-19 16:50:42 +0300 |
commit | 77e5f299dcc82c237dae3e95fa35bc7c45054e96 (patch) | |
tree | 5d2bf4da32e4586f5f730e15b7e038ab219b3111 /recipes-sota/ostree | |
parent | 4b9938d16e06ce05b8bdefd1f48f2e9bd85fca5a (diff) | |
download | meta-updater-77e5f299dcc82c237dae3e95fa35bc7c45054e96.tar.gz |
ostree: upgrade to v2016.8
OSTree has been upgraded to the latest version
v2016.8 which was released on 9 August.
Bug-AGL: SPEC-194
Change-Id: I2cc81ca8b788241f0a11a68ea3b7565fdb09eb81
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 7d15abc..37a2445 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" | |||
5 | inherit autotools-brokensep pkgconfig systemd | 5 | inherit autotools-brokensep pkgconfig systemd |
6 | 6 | ||
7 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 7 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
8 | SRCREV="v2016.7" | 8 | SRCREV="v2016.8" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||