diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 15:37:25 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:30 +0100 |
commit | f22691564b8c5b198921d4316617e76d9858f6a1 (patch) | |
tree | 6801b750e838b6c02023aceb84fcd5449923d3cb /meta-oe/recipes-kernel | |
parent | 4751336bc02d6881efff1c0c6a1b449a156eb723 (diff) | |
download | meta-openembedded-f22691564b8c5b198921d4316617e76d9858f6a1.tar.gz |
kmod: update to v5+git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb index 1115bbff98..14c59a3914 100644 --- a/meta-oe/recipes-kernel/kmod/kmod_git.bb +++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb | |||
@@ -3,14 +3,20 @@ DESCRIPTION = "kmod - handle kernel modules" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
6 | inherit autotools gitpkgv | 8 | inherit autotools gitpkgv |
7 | 9 | ||
8 | PKGV = "${GITPKGVTAG}" | 10 | PKGV = "${GITPKGVTAG}" |
9 | SRCREV = "b30a71b8e8b0a4b099f50696c310a9e370a50afa" | 11 | SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b" |
10 | SRC_URI = "git://git.profusion.mobi/kmod.git" | 12 | SRC_URI = "git://git.profusion.mobi/kmod.git" |
11 | 13 | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | 15 | ||
16 | do_configure_prepend() { | ||
17 | gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make | ||
18 | } | ||
19 | |||
14 | PACKAGES =+ "libkmod" | 20 | PACKAGES =+ "libkmod" |
15 | FILES_libkmod = "${libdir}/lib*${SOLIBS}" | 21 | FILES_libkmod = "${libdir}/lib*${SOLIBS}" |
16 | 22 | ||