diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-20 17:59:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-20 17:59:56 +0100 |
commit | ba029c641aad94c88d469d116c571dbe90c5ec1a (patch) | |
tree | 9ff518e8e3eaa31c87fc0df12c7f3a17d2d316ae | |
parent | 31acd55435301740b2705e855629184717776ed2 (diff) | |
download | meta-openembedded-ba029c641aad94c88d469d116c571dbe90c5ec1a.tar.gz |
kmod: update to v7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb index c382ffc8b..aae9e7f35 100644 --- a/meta-oe/recipes-kernel/kmod/kmod_git.bb +++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb | |||
@@ -3,12 +3,12 @@ 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 = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | inherit autotools gitpkgv | 8 | inherit autotools gitpkgv |
9 | 9 | ||
10 | PKGV = "${GITPKGVTAG}" | 10 | PKGV = "${GITPKGVTAG}" |
11 | SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b" | 11 | SRCREV = "8885ced062131214448fae056ef453f094303805" |
12 | SRC_URI = "git://git.profusion.mobi/kmod.git \ | 12 | SRC_URI = "git://git.profusion.mobi/kmod.git \ |
13 | file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ | 13 | file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ |
14 | " | 14 | " |