diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-21 16:41:03 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-23 15:27:17 +0100 |
commit | c0bfe0c519deed4e8cb3250e56e14db08a5d8750 (patch) | |
tree | 160b6991710591fdfc20dfad1a8d75f4fe658e6b /meta-sota/recipes-sota/ostree/ostree_git.bb | |
parent | d1c5151b80a13ac0d17b20a7e38453ab96c1a703 (diff) |
Bump versions of meta-sota utilities
Authenticated OSTree pull and push is added to sota_tools, ostree and
sota-client.
Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota/ostree/ostree_git.bb')
-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 1b97e13..3d12de8 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.12" +SRCREV="37c07d2f1c90b12bcfba85a7d900f81a7c362eb4" S = "${WORKDIR}/git" |