From: Khem Raj Date: Tue, 8 May 2012 22:39:28 +0000 (-0700) Subject: kmod: Use base_libdir for installing libkmod X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b5dbc8e335b81ad30ceeddedde6cbd354f89e59;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index 8178f1c4beb..0970ca8e4b7 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 # autotools set prefix to /usr, however we want them in /bin and /sbin bindir = "${base_bindir}" sbindir = "${base_sbindir}" -# libdir = "${base_libdir}" +libdir = "${base_libdir}" do_install_append () { install -dm755 ${D}${base_bindir}