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/sota-tools | |
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/sota-tools')
-rw-r--r-- | meta-sota/recipes-sota/sota-tools/sota-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb index acd8e4a..911c66b 100644 --- a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb +++ b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea" S = "${WORKDIR}/git" SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" -SRCREV = "7ff1d92c161ba4fb047a1e1e4cba5424b4adca00" +SRCREV = "a70ae808db4cbabdc643ea3453cd7d8efac6c659" inherit cmake -DEPENDS = "boost" +DEPENDS = "boost glib-2.0" BBCLASSEXTEND = "native" |