diff options
| author | cajun-rat <p@beta16.co.uk> | 2016-12-09 12:20:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 12:20:08 +0100 |
| commit | e562aef8830c6d6e12656d9414c35b30bf78b050 (patch) | |
| tree | 82c913b33d24675a939a09cfdbaf12f7296722a9 | |
| parent | 99b9b2c32c5756a6522bf0fafb2515695d6e8389 (diff) | |
| parent | 1a53e92df4eb8817307faecf6356132a9ac54570 (diff) | |
| download | meta-updater-e562aef8830c6d6e12656d9414c35b30bf78b050.tar.gz | |
Merge pull request #10 from advancedtelematic/bugfix/rviclient
Bump rvi-sota-client version (syncronize with meta-sota)
| -rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 0caef32..9a7ec10 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | |||
| @@ -8,11 +8,11 @@ inherit cargo systemd | |||
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | SRCREV = "2d2e57609ffa09b17a2c948365f2e74bff91ae8c" | 11 | SRCREV = "72e6096d9122cde2d9ece4e2693bd470e2b57abe" |
| 12 | 12 | ||
| 13 | # Generate with: | 13 | # Generate with: |
| 14 | # git describe --tags | cut -b2- | 14 | # git describe --tags | cut -b2- |
| 15 | PV = "0.2.20-14-g2d2e576" | 15 | PV = "v0.2.22-4-g72e6096" |
| 16 | 16 | ||
| 17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
| 18 | 18 | ||
