]> code.ossystems Code Review - openembedded-core.git/commitdiff
kmod: Fix PV
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Feb 2019 11:36:03 +0000 (11:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Feb 2019 11:36:05 +0000 (11:36 +0000)
Meant to fix this pre merge, the git revision is the PV so no need to
add SRCPV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod.inc

index ceb66ad170266604fb0423ec715b3454006dc587..6d0e031c6f5db16a484410d2ad6b184983e9a2ab 100644 (file)
@@ -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 \