aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-10 09:49:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:49:56 +0100
commitcd414c0d1cdf7a49bfe862b6c7678c19f38f5a18 (patch)
treed5c1746699f934d65a634aa4a2d231b230ef164d /meta/recipes-kernel/kmod/kmod.inc
parente83640d9dc1145c052ed235ba822afcc5dfe0d67 (diff)
downloadopenembedded-core-contrib-cd414c0d1cdf7a49bfe862b6c7678c19f38f5a18.tar.gz
kmod: Update to Rev 15 via git
Also nail down a previously floating dependancy on zlib, which is required for ptest (From OE-Core rev: e76181535fce8bd4bb63f55106de4d074cae4e06) Signed-off-by: Saul Wold <sgw@linux.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.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 880a53aa07..8a18547c55 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -8,13 +8,17 @@ LICENSE = "GPL-2.0+ & LGPL-2.1+"
LICENSE_libkmod = "LGPL-2.1+"
SECTION = "base"
-DEPENDS += "pkgconfig-native"
+DEPENDS += "pkgconfig-native zlib"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
"
inherit autotools gtk-doc ptest
+SRCREV = "18811d22e9923893555b88a482aa967db0e7892a"
+# Lookout for PV bump too when SRCREV is changed
+PV = "15+git${SRCPV}"
+
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://run-ptest \
@@ -23,14 +27,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://fix-seperatebuilddir.patch \
"
-SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85"
-# Lookout for PV bump too when SRCREV is changed
-PV = "14"
-
S = "${WORKDIR}/git"
EXTRA_AUTORECONF += "--install --symlink"
-EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools --disable-manpages"
+EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools --disable-manpages --with-zlib"
do_configure_prepend () {
gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make