summaryrefslogtreecommitdiffstats
path: root/recipes-sota/sota-tools
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-11-21 16:41:03 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-11-22 15:04:30 +0100
commit5c2171ae14a6dc56d6e2d13b9d1fb7f4690c4e9d (patch)
tree7c910c01252effae0e62b16a13383729807d8208 /recipes-sota/sota-tools
parent5d256428b1683ed3952d5aa554f96eb2f5c851ae (diff)
downloadmeta-updater-5c2171ae14a6dc56d6e2d13b9d1fb7f4690c4e9d.tar.gz
Bump versions of meta-sota utilities
Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota/sota-tools')
-rw-r--r--recipes-sota/sota-tools/sota-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/sota-tools/sota-tools_git.bb b/recipes-sota/sota-tools/sota-tools_git.bb
index acd8e4a..911c66b 100644
--- a/recipes-sota/sota-tools/sota-tools_git.bb
+++ b/recipes-sota/sota-tools/sota-tools_git.bb
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea"
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" 8SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master"
9SRCREV = "7ff1d92c161ba4fb047a1e1e4cba5424b4adca00" 9SRCREV = "a70ae808db4cbabdc643ea3453cd7d8efac6c659"
10 10
11inherit cmake 11inherit cmake
12 12
13DEPENDS = "boost" 13DEPENDS = "boost glib-2.0"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
16 16