diff options
| author | OYTIS <tossel@gmail.com> | 2018-02-26 18:22:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-26 18:22:47 +0100 |
| commit | 4edf70ff05fd5c1d980d9ebf1fdec4c5ab86f429 (patch) | |
| tree | 32def891df24c91a9558d070325708aacc87262d | |
| parent | 578981f06306a38c229fd510ccdc914c4a1c90ae (diff) | |
| parent | ec13b957e2c4dd8804c871b82daed38ea309e0cb (diff) | |
| download | meta-updater-4edf70ff05fd5c1d980d9ebf1fdec4c5ab86f429.tar.gz | |
Merge pull request #265 from advancedtelematic/bugfix/PRO-4936/repoclose-rocko
Pull new aktualizr with fixed fd leak
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index bed656a..5ce8b84 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -21,7 +21,7 @@ SRC_URI = " \ | |||
| 21 | file://aktualizr.service \ | 21 | file://aktualizr.service \ |
| 22 | file://aktualizr-serialcan.service \ | 22 | file://aktualizr-serialcan.service \ |
| 23 | " | 23 | " |
| 24 | SRCREV = "32a04532c1b7434b9cab89b78df389059ac45d40" | 24 | SRCREV = "1a6432175b9fb7326173e8db35d326cc1a1011a1" |
| 25 | BRANCH ?= "master" | 25 | BRANCH ?= "master" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
