]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "kmod: Use base_libdir for installing libkmod"
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 15 May 2012 09:32:21 +0000 (11:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 May 2012 20:12:33 +0000 (21:12 +0100)
The commit breaks pkgconfig and after discussing it with the kmod and udev maintainers the conclusion was reached that putting the libraries in /lib instead of /usr/lib is not supported.

This reverts commit 6b74f2461735272bd950a4f060dab6e778a36f92.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod_git.bb

index d9c4d8b525d91def057dd05f266a648ea011f096..fd38d87978ae43e98bd1f5d0d87e4f52f06da05c 100644 (file)
@@ -3,7 +3,7 @@
 
 require kmod.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
 RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
@@ -16,7 +16,7 @@ RCONFLICTS_libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod
 # 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}