diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 11:36:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-20 11:36:33 +0000 |
commit | 4b50b5f53c55ae6b200372307b5db27cddd5ccf3 (patch) | |
tree | ec9197cbef3b5eed97f6d994514eabb01984e88a /meta/recipes-kernel/kmod/kmod.inc | |
parent | 57dd028d8adf7a0a46125288a81acfdab5e18401 (diff) | |
download | poky-4b50b5f53c55ae6b200372307b5db27cddd5ccf3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
16 | 16 | ||
17 | SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f" | 17 | SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f" |
18 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |
19 | PV = "26+git${SRCPV}" | 19 | PV = "26" |
20 | 20 | ||
21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |