diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-24 06:53:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-07 16:42:47 +0100 |
commit | bc2c2fe1f6d9952aa7f6de2a461011238568e341 (patch) | |
tree | 3e35fc60545d7b300657b23561555dc8db083999 /meta/recipes-kernel/kmod/kmod_git.bb | |
parent | b4bc0a7f1b90a51e26d6ab74d964ff81cfe05904 (diff) | |
download | poky-bc2c2fe1f6d9952aa7f6de2a461011238568e341.tar.gz |
kmod: disable man pages generation because we don't have working xsltproc
(From OE-Core rev: 7d782a6ef77072d7f0fe50d8208c24c9e9ea9507)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod_git.bb')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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} |