summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-08 15:39:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-09 21:01:52 +0100
commit6b5dbc8e335b81ad30ceeddedde6cbd354f89e59 (patch)
tree1ca0314a94fb6bdb29c07623934e9c1814ea68dc /meta/recipes-kernel/kmod
parent7f5e732208c999a3465fc9c9707f0376515ce100 (diff)
downloadpoky-6b5dbc8e335b81ad30ceeddedde6cbd354f89e59.tar.gz
kmod: Use base_libdir for installing libkmod
This also helps avoid QA errors about binaries accessing contents from /usr/lib Also fixes emptry libkmod problem since now the files are installed in expected place (From OE-Core rev: 6b74f2461735272bd950a4f060dab6e778a36f92) 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')
-rw-r--r--meta/recipes-kernel/kmod/kmod_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index 8178f1c4be..0970ca8e4b 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -12,7 +12,7 @@ CONFLICTS_${PN} += "module-init-tools-insmod-static module-init-tools-depmod mod
12# autotools set prefix to /usr, however we want them in /bin and /sbin 12# autotools set prefix to /usr, however we want them in /bin and /sbin
13bindir = "${base_bindir}" 13bindir = "${base_bindir}"
14sbindir = "${base_sbindir}" 14sbindir = "${base_sbindir}"
15# libdir = "${base_libdir}" 15libdir = "${base_libdir}"
16 16
17do_install_append () { 17do_install_append () {
18 install -dm755 ${D}${base_bindir} 18 install -dm755 ${D}${base_bindir}