diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-12-26 17:35:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-27 22:53:37 +0000 |
commit | 09c1c79611e98623161063fd391a24ae925c4cea (patch) | |
tree | fdcd8046bedf9c941badced1311b88e5765595c2 /meta/recipes-kernel/kmod/kmod.inc | |
parent | c73a6ca2a82ee1961ede453f6c86937ce3695a0a (diff) | |
download | poky-09c1c79611e98623161063fd391a24ae925c4cea.tar.gz |
kmod: upgrade to 19
0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch is dropped
as it's in the new version.
Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch is modified
to match the new version.
License chesum is changed but it is confirmed that the license information
is not chagned.
(From OE-Core rev: 234d61aa89deecf909938bfba39601f79bdcfaee)
Signed-off-by: Chen Qi <Qi.Chen@windriver.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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index dda74c85b6..c26ea23533 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -11,14 +11,14 @@ SECTION = "base" | |||
11 | 11 | ||
12 | DEPENDS += "pkgconfig-native" | 12 | DEPENDS += "pkgconfig-native" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 15 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
16 | " | 16 | " |
17 | inherit autotools gtk-doc ptest | 17 | inherit autotools gtk-doc ptest |
18 | 18 | ||
19 | SRCREV = "ae58de0fcb4a6528dd365e23d383bbe2eaf2d566" | 19 | SRCREV = "fd56638aed3fe147015bfa10ed4a5f7491303cb4" |
20 | # Lookout for PV bump too when SRCREV is changed | 20 | # Lookout for PV bump too when SRCREV is changed |
21 | PV = "18+git${SRCPV}" | 21 | PV = "19+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 \ |
@@ -26,7 +26,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
26 | file://ptest.patch \ | 26 | file://ptest.patch \ |
27 | file://avoid_parallel_tests.patch \ | 27 | file://avoid_parallel_tests.patch \ |
28 | file://fix-O_CLOEXEC.patch \ | 28 | file://fix-O_CLOEXEC.patch \ |
29 | file://0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch \ | ||
30 | " | 29 | " |
31 | 30 | ||
32 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |