summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-14 11:50:36 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-14 11:50:36 -0500
commitb071c5d47e106eea149bfe9492d842e5d8ced76c (patch)
tree50f644eaba7f30fe51e44d416c0b20ae56a06f72 /recipes-kernel/rs9113/rs9113.inc
parenta52dce4beda9f382d34799479a2b21a68945f522 (diff)
downloadmeta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.tar.gz
meta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.tar.bz2
meta-multitech-atmel-b071c5d47e106eea149bfe9492d842e5d8ced76c.zip
rs9113 kernel module version/revision to match other kernel modules
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: