aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-04-08 11:25:34 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-04-08 18:21:35 +0800
commitf59ab3d057c5535b83735ed997f9bcc39fa0b661 (patch)
treecda7ef044f2f3178d6d0bdcfd99b4a9c7d60e781 /meta/recipes-kernel/kmod/kmod.inc
parenta8b6e39f2cfc6761a1c26a4516acc99120e025ea (diff)
downloadopenembedded-core-contrib-f59ab3d057c5535b83735ed997f9bcc39fa0b661.tar.gz
kmod: upgrade to 20
The following patches are rebased. -- Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch -- avoid_parallel_tests.patch The following patch is added to solve a parallel build bug. -- 0001-Makefile.am-fix-parallel-build-problem.patch Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 899881e1fb..dd2267ecb6 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -16,9 +16,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
"
inherit autotools gtk-doc ptest
-SRCREV = "fd56638aed3fe147015bfa10ed4a5f7491303cb4"
+SRCREV = "d9c71758595cad72c8278179eabf17017615f704"
# Lookout for PV bump too when SRCREV is changed
-PV = "19+git${SRCPV}"
+PV = "20+git${SRCPV}"
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
@@ -26,6 +26,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://ptest.patch \
file://avoid_parallel_tests.patch \
file://fix-O_CLOEXEC.patch \
+ file://0001-Makefile.am-fix-parallel-build-problem.patch \
"
S = "${WORKDIR}/git"