From 68a979ce15bf1d12814d69b3402e9e3f6636eb35 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 15 Jul 2020 09:54:19 -0500 Subject: Fix the rs9113 version/revision to match other out-of-tree kernel modules --- recipes-kernel/rs9113/rs9113.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel') 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: -- cgit v1.2.3