]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kmod: upgrade to 21 ChenQi/kmod-21
authorChen Qi <Qi.Chen@windriver.com>
Fri, 26 Jun 2015 02:19:06 +0000 (10:19 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 26 Jun 2015 02:26:03 +0000 (10:26 +0800)
Upgrade kmod to 21.
Fix cross compilation problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-kernel/kmod/kmod.inc

index 53574b6e39e4bb93ffef2594c7225c0734ad4be3..e9aa67d56a9594af7909132f5cdd5c373e98b3d9 100644 (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
+}