summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Oster <tkfu@users.noreply.github.com>2017-01-19 10:14:52 +0100
committerGitHub <noreply@github.com>2017-01-19 10:14:52 +0100
commit98c09deaf442f878dab47951e5a9b39209445b3f (patch)
treec3ac7149cf88ec54b09a77d5d913fb2f9f11c8fa
parent604abde5c6116575c17b81d69a23e194fb918b7b (diff)
parent72be93ddf6fd63b56ae8c8d503cd4489fe9cffcc (diff)
downloadmeta-updater-98c09deaf442f878dab47951e5a9b39209445b3f.tar.gz
Merge pull request #28 from advancedtelematic/fix/bump-garage-push-for-slash
Dump version of sota-tools to be smart about trailing /
-rw-r--r--recipes-sota/sota-tools/sota-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/sota-tools/sota-tools_git.bb b/recipes-sota/sota-tools/sota-tools_git.bb
index 00d7c96..231d13c 100644
--- a/recipes-sota/sota-tools/sota-tools_git.bb
+++ b/recipes-sota/sota-tools/sota-tools_git.bb
@@ -6,7 +6,7 @@ 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 = "27987f1651440ff692942181a882a80e7e183a4d" 9SRCREV = "c6ecec3e86c423dd6caaa362a5ff0a1a6f4072a8"
10 10
11inherit cmake 11inherit cmake
12 12