kmod: upgrade to 21

Upgrade kmod to 21.
Fix cross compilation problem.

(From OE-Core rev: 120983cea780b04a40320b810746ce102cb4cedf)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2015-06-26 10:27:49 +08:00 committed by Richard Purdie
parent b428f88bc1
commit c8042fdefb
1 changed files with 6 additions and 2 deletions

View File

@ -16,9 +16,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
"
inherit autotools gtk-doc
SRCREV = "d9c71758595cad72c8278179eabf17017615f704"
SRCREV = "0d833715eaa65636dda2705b89359a1e0154dc58"
# Lookout for PV bump too when SRCREV is changed
PV = "20+git${SRCPV}"
PV = "21+git${SRCPV}"
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
@ -37,3 +37,7 @@ PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
do_configure_prepend () {
gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make
}
do_configure_append () {
sed -i 's#}libtool#}${TARGET_SYS}-libtool#' ${B}/doltlibtool
}