diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2018-02-26 16:49:27 +0100 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2018-02-26 16:59:09 +0100 |
| commit | ec13b957e2c4dd8804c871b82daed38ea309e0cb (patch) | |
| tree | 32def891df24c91a9558d070325708aacc87262d | |
| parent | 578981f06306a38c229fd510ccdc914c4a1c90ae (diff) | |
| download | meta-updater-ec13b957e2c4dd8804c871b82daed38ea309e0cb.tar.gz | |
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" |
