summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-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 9986cd3..cf020ef 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -1,4 +1,5 @@
inherit update-rc.d
+inherit module
PACKAGE_ARCH = "${MACHINE_ARCH}"
# utils-extra picks up ELF executables we don't want on most images.
@@ -79,7 +80,6 @@ python do_fetch_prepend () {
gitversion = d.getVar("PV",True)
PV = gitversion
- PV += "-"
try:
PV += d.getVar("PR",True)
except TypeError: