summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
authorcajun-rat <phil@advancedtelematic.com>2017-11-21 12:48:18 +0100
committerGitHub <noreply@github.com>2017-11-21 12:48:18 +0100
commit678c0a500d16f9f2993c982bbbed190b22362dc9 (patch)
tree19dc15c5936dfbf50ac6a52756ada3624a56b690 /recipes-sota
parent3d5e35d7a1afc604a18587cb736a66c0cc9c3977 (diff)
parent2ca5e74b17a01f5b0697382157241c595539b44f (diff)
downloadmeta-updater-678c0a500d16f9f2993c982bbbed190b22362dc9.tar.gz
Merge pull request #186 from advancedtelematic/feat/PRO-4290/garagecheck
Check if the package and UPTANE target got to the backend
Diffstat (limited to 'recipes-sota')
-rw-r--r--recipes-sota/aktualizr/aktualizr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb
index 162065e..3cd8a64 100644
--- a/recipes-sota/aktualizr/aktualizr_git.bb
+++ b/recipes-sota/aktualizr/aktualizr_git.bb
@@ -18,7 +18,7 @@ PR = "7"
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ 19 git://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \
20 " 20 "
21SRCREV = "f043191ae622a96cf2f4d48f9073d5cfa9f16e3f" 21SRCREV = "612da8cae6e72ce7250de2fb5333af0d7041de7b"
22BRANCH ?= "master" 22BRANCH ?= "master"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"