diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch | 26 | ||||
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 4 |
3 files changed, 27 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 940a3177c7..681e52be0c 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -17,6 +17,7 @@ inherit autotools | |||
17 | 17 | ||
18 | SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ | 18 | SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \ |
19 | file://depmod-search.conf \ | 19 | file://depmod-search.conf \ |
20 | file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRCREV = "02629fa02e96763db7460a930239cc93649a52f8" | 23 | SRCREV = "02629fa02e96763db7460a930239cc93649a52f8" |
diff --git a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta/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/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/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index 928fa88c7b..1ab9f449e3 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
@@ -14,10 +14,6 @@ bindir = "${base_bindir}" | |||
14 | sbindir = "${base_sbindir}" | 14 | sbindir = "${base_sbindir}" |
15 | # libdir = "${base_libdir}" | 15 | # libdir = "${base_libdir}" |
16 | 16 | ||
17 | SRC_URI += " \ | ||
18 | file://depmod-search.conf \ | ||
19 | " | ||
20 | |||
21 | do_install_append () { | 17 | do_install_append () { |
22 | install -dm755 ${D}${base_bindir} | 18 | install -dm755 ${D}${base_bindir} |
23 | install -dm755 ${D}${base_sbindir} | 19 | install -dm755 ${D}${base_sbindir} |