diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-05-08 15:39:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-09 20:47:12 +0100 |
commit | 8dd0e28809dba8ce6d42c127041c591664c81c59 (patch) | |
tree | cc65b32da39a56b695bfeb0dc6f60a6f839fbf5d /meta/recipes-kernel/kmod | |
parent | bd794b92d12ceda2728520701e980b7a3cabd23d (diff) | |
download | openembedded-core-8dd0e28809dba8ce6d42c127041c591664c81c59.tar.gz openembedded-core-8dd0e28809dba8ce6d42c127041c591664c81c59.tar.bz2 openembedded-core-8dd0e28809dba8ce6d42c127041c591664c81c59.zip |
kmod: Update to .8+ release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 681e52be0c..5f655fd836 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc @@ -7,7 +7,7 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/" LICENSE = "GPL-2.0+ & LGPL-2.1+" LICENSE_libkmod = "LGPL-2.1+" SECTION = "base" -PV = "7+git${SRCREV}" +PV = "8" INC_PR = "r0" DEPENDS += "gnome-doc-utils-native" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ @@ -20,7 +20,7 @@ SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ " -SRCREV = "02629fa02e96763db7460a930239cc93649a52f8" +SRCREV = "819f79a24d58e3c8429f1631df2f8f85a2f95d4a" S = "${WORKDIR}/git" |