diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-24 06:53:00 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-24 09:53:52 +0100 |
| commit | f75e91c48cfc58f91dc8f70f80a154d97d2d6c60 (patch) | |
| tree | 4afd798ddcfb697123deb21fbe9081f0beda04c0 /meta-oe | |
| parent | 130aa9c97f8567d4af2ec06415901e073109a6b7 (diff) | |
| download | meta-openembedded-f75e91c48cfc58f91dc8f70f80a154d97d2d6c60.tar.gz | |
kmod: disable man pages generation because we don't have working xsltproc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch | 26 | ||||
| -rw-r--r-- | meta-oe/recipes-kernel/kmod/kmod_git.bb | 6 |
2 files changed, 30 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch new file mode 100644 index 0000000000..5361b847c9 --- /dev/null +++ b/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From ce6f0cabb65e67dd4d31e1e555db8bc6eaf435d3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Fri, 24 Feb 2012 07:35:38 +0100 | ||
| 4 | Subject: [PATCH] man: disable man page generation because we don't have | ||
| 5 | working xsltproc | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [build system specific change] | ||
| 8 | |||
| 9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 10 | --- | ||
| 11 | Makefile.am | 2 +- | ||
| 12 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Makefile.am b/Makefile.am | ||
| 15 | index 141c102..a8bdfd1 100644 | ||
| 16 | --- a/Makefile.am | ||
| 17 | +++ b/Makefile.am | ||
| 18 | @@ -1,4 +1,4 @@ | ||
| 19 | -SUBDIRS = . libkmod/docs man | ||
| 20 | +SUBDIRS = . libkmod/docs | ||
| 21 | |||
| 22 | DISTCLEAN_LOCAL_HOOKS = | ||
| 23 | EXTRA_DIST = | ||
| 24 | -- | ||
| 25 | 1.7.8.4 | ||
| 26 | |||
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 | ||
