diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-01-06 10:15:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 22:17:29 +0000 |
commit | 2acd6174dea199917255cfe69f7504923069185e (patch) | |
tree | 25d735abf51fe06d1aa3efc5668574eafcce3fe6 /meta/recipes-kernel/kmod/kmod.inc | |
parent | 741a8941625a978ce877fd833463903eb31011be (diff) | |
download | poky-2acd6174dea199917255cfe69f7504923069185e.tar.gz |
kmod: Update to Rev 16 via git
Two patches are not needed anymore, because the changes are
already upstream.
(From OE-Core rev: d0e52b125a58c0556087fcdf1673920e63573e7b)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 94724e45b8..b7e176c876 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -16,16 +16,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
16 | " | 16 | " |
17 | inherit autotools gtk-doc ptest | 17 | inherit autotools gtk-doc ptest |
18 | 18 | ||
19 | SRCREV = "18811d22e9923893555b88a482aa967db0e7892a" | 19 | SRCREV = "36c4bb928a6a7962dd0ad3aa64c0b18120ca5b46" |
20 | # Lookout for PV bump too when SRCREV is changed | 20 | # Lookout for PV bump too when SRCREV is changed |
21 | PV = "15+git${SRCPV}" | 21 | PV = "16+git${SRCPV}" |
22 | 22 | ||
23 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 23 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
24 | file://depmod-search.conf \ | 24 | file://depmod-search.conf \ |
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | file://ptest.patch \ | 26 | file://ptest.patch \ |
27 | file://avoid_parallel_tests.patch \ | 27 | file://avoid_parallel_tests.patch \ |
28 | file://fix-seperatebuilddir.patch \ | ||
29 | " | 28 | " |
30 | 29 | ||
31 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |