summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-15 09:54:19 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-15 09:54:19 -0500
commit68a979ce15bf1d12814d69b3402e9e3f6636eb35 (patch)
tree27825dba1a7c0de32d7d104e7906a07fd3dca230 /recipes-kernel/rs9113
parent650a9a0258d74b893c6ed663116d66462bf0f0aa (diff)
downloadmeta-multitech-atmel-68a979ce15bf1d12814d69b3402e9e3f6636eb35.tar.gz
meta-multitech-atmel-68a979ce15bf1d12814d69b3402e9e3f6636eb35.tar.bz2
meta-multitech-atmel-68a979ce15bf1d12814d69b3402e9e3f6636eb35.zip
Fix the rs9113 version/revision to match other out-of-tree kernel modules
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r--recipes-kernel/rs9113/rs9113.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index c624380..7e9accd 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -79,7 +79,7 @@ python do_fetch_prepend () {
gitversion = d.getVar("PV",True)
- PV = gitversion
+ PV = gitversion + "-"
try:
PV += d.getVar("PR",True)
except TypeError: