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 | 208d0258a615f5eccfcaa573d4c42bd64168381a (patch) | |
tree | a91b69073c3e191ec380bb66beea349b6ddaeaea | |
parent | d7b72388c217690f31c615700573e46413680907 (diff) |
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>
-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 7d15abc..37a2445 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.7" +SRCREV="v2016.8" S = "${WORKDIR}/git" |