diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-04 15:25:24 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-04 15:25:24 +0100 |
commit | b318b82513c4c7d840ced06f2e64a9a23e81935b (patch) | |
tree | 6d72a4fbb311b18834eccfba3b85fe3c9950e989 | |
parent | 6e60a8585f68edde7bdab461139efec35f33161c (diff) | |
download | meta-updater-b318b82513c4c7d840ced06f2e64a9a23e81935b.tar.gz |
Update sota-client to actually use deployed package list
-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 0dfec84..c30151e 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 = "fe04468871d3d6b784eabc507ed68cef80b4dea1" | 11 | SRCREV = "5df95261a3fba4cac6785603075f6036481b13e9" |
12 | 12 | ||
13 | # Generate with: | 13 | # Generate with: |
14 | # git describe --tags | cut -b2- | 14 | # git describe --tags | cut -b2- |
15 | PV = "0.2.23-21-gfe04468" | 15 | PV = "0.2.23-25-g5df9526" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||