From 3233096f0dbada97d9d71c98044150a641bfb0a5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Feb 2019 11:36:03 +0000 Subject: kmod: Fix PV Meant to fix this pre merge, the git revision is the PV so no need to add SRCPV. Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/kmod.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index ceb66ad170..6d0e031c6f 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc @@ -16,7 +16,7 @@ inherit autotools gtk-doc pkgconfig manpages SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f" # Lookout for PV bump too when SRCREV is changed -PV = "26+git${SRCPV}" +PV = "26" SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ file://depmod-search.conf \ -- cgit 1.2.3-korg