From: Richard Purdie Date: Wed, 20 Feb 2019 11:36:03 +0000 (+0000) Subject: kmod: Fix PV X-Git-Tag: uninative-2.4~267 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3233096f0dbada97d9d71c98044150a641bfb0a5;p=openembedded-core.git 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 --- 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 \