summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: