mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
kmod: Fix PV
Meant to fix this pre merge, the git revision is the PV so no need to add SRCPV. (From OE-Core rev: 3233096f0dbada97d9d71c98044150a641bfb0a5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user