diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-10 09:49:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:56 +0100 |
commit | cd414c0d1cdf7a49bfe862b6c7678c19f38f5a18 (patch) | |
tree | d5c1746699f934d65a634aa4a2d231b230ef164d /meta/recipes-kernel/kmod/kmod.inc | |
parent | e83640d9dc1145c052ed235ba822afcc5dfe0d67 (diff) | |
download | poky-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.inc | 12 |
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+" | |||
8 | LICENSE_libkmod = "LGPL-2.1+" | 8 | LICENSE_libkmod = "LGPL-2.1+" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | 10 | ||
11 | DEPENDS += "pkgconfig-native" | 11 | DEPENDS += "pkgconfig-native zlib" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
14 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 14 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
15 | " | 15 | " |
16 | inherit autotools gtk-doc ptest | 16 | inherit autotools gtk-doc ptest |
17 | 17 | ||
18 | SRCREV = "18811d22e9923893555b88a482aa967db0e7892a" | ||
19 | # Lookout for PV bump too when SRCREV is changed | ||
20 | PV = "15+git${SRCPV}" | ||
21 | |||
18 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 22 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ |
19 | file://depmod-search.conf \ | 23 | file://depmod-search.conf \ |
20 | file://run-ptest \ | 24 | file://run-ptest \ |
@@ -23,14 +27,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | |||
23 | file://fix-seperatebuilddir.patch \ | 27 | file://fix-seperatebuilddir.patch \ |
24 | " | 28 | " |
25 | 29 | ||
26 | SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85" | ||
27 | # Lookout for PV bump too when SRCREV is changed | ||
28 | PV = "14" | ||
29 | |||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | EXTRA_AUTORECONF += "--install --symlink" | 32 | EXTRA_AUTORECONF += "--install --symlink" |
33 | EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools --disable-manpages" | 33 | EXTRA_OECONF +="--enable-debug --enable-logging --enable-tools --disable-manpages --with-zlib" |
34 | 34 | ||
35 | do_configure_prepend () { | 35 | do_configure_prepend () { |
36 | gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make | 36 | gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make |