diff options
Diffstat (limited to 'meta-oe/recipes-kernel/kmod/kmod_git.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb index 14c59a3914..c382ffc8b2 100644 --- a/meta-oe/recipes-kernel/kmod/kmod_git.bb +++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb | |||
| @@ -3,13 +3,15 @@ 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" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | inherit autotools gitpkgv | 8 | inherit autotools gitpkgv |
| 9 | 9 | ||
| 10 | PKGV = "${GITPKGVTAG}" | 10 | PKGV = "${GITPKGVTAG}" |
| 11 | SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b" | 11 | SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b" |
| 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 \ | ||
| 14 | " | ||
| 13 | 15 | ||
| 14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 15 | 17 | ||
