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 16:30:00 +0000 |
commit | d0e52b125a58c0556087fcdf1673920e63573e7b (patch) | |
tree | a0d7d1a6607f8bca66e4edf752ca126ae9402fca /meta/recipes-kernel/kmod/kmod.inc | |
parent | 53efd76f7955375986a036924513bb374a918f0b (diff) | |
download | openembedded-core-d0e52b125a58c0556087fcdf1673920e63573e7b.tar.gz openembedded-core-d0e52b125a58c0556087fcdf1673920e63573e7b.tar.bz2 openembedded-core-d0e52b125a58c0556087fcdf1673920e63573e7b.zip |
kmod: Update to Rev 16 via git
Two patches are not needed anymore, because the changes are
already upstream.
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 \ " inherit autotools gtk-doc ptest -SRCREV = "18811d22e9923893555b88a482aa967db0e7892a" +SRCREV = "36c4bb928a6a7962dd0ad3aa64c0b18120ca5b46" # Lookout for PV bump too when SRCREV is changed -PV = "15+git${SRCPV}" +PV = "16+git${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ file://depmod-search.conf \ file://run-ptest \ file://ptest.patch \ file://avoid_parallel_tests.patch \ - file://fix-seperatebuilddir.patch \ " S = "${WORKDIR}/git" |