diff options
| author | Radu Moisan <radu.moisan@intel.com> | 2012-08-01 14:12:14 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 15:28:38 +0100 |
| commit | e172be54cfda89080539b005517eea0b746fb645 (patch) | |
| tree | 6e95b642e4395c1b25fe1fdfd84e5198491bf372 /meta/recipes-kernel/kmod | |
| parent | 0db5532abf9def95904ea73518c21c0620af03fe (diff) | |
| download | poky-e172be54cfda89080539b005517eea0b746fb645.tar.gz | |
kmod: Upgrade to upstream version 9.0
(From OE-Core rev: 9fcbd447e99af5228cccb6a84dd6398c61574caf)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod')
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index adba4d436d..e4b4a98998 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
| @@ -7,8 +7,8 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/" | |||
| 7 | LICENSE = "GPL-2.0+ & LGPL-2.1+" | 7 | 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 | PV = "8" | 10 | PV = "9" |
| 11 | INC_PR = "r1" | 11 | INC_PR = "r0" |
| 12 | 12 | ||
| 13 | DEPENDS += "pkgconfig-native" | 13 | DEPENDS += "pkgconfig-native" |
| 14 | 14 | ||
| @@ -22,7 +22,7 @@ SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ | |||
| 22 | file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ | 22 | file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | SRCREV = "819f79a24d58e3c8429f1631df2f8f85a2f95d4a" | 25 | SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 28 | 28 | ||
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index ad6283ebac..ca6b004a6c 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | require kmod.inc | 4 | require kmod.inc |
| 5 | 5 | ||
| 6 | PR = "${INC_PR}.3" | 6 | PR = "${INC_PR}.0" |
| 7 | 7 | ||
| 8 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 8 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
| 9 | RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 9 | RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
