module.bbclass: add common make options to module_do_install()
authorCliff Brake <cbrake@bec-systems.com>
Tue, 27 Jan 2009 16:16:03 +0000 (11:16 -0500)
committerCliff Brake <cbrake@bec-systems.com>
Tue, 27 Jan 2009 18:52:02 +0000 (13:52 -0500)
commitc1b8471c3635c2345e569246fbe144c0a3af513b
tree44503e410700dc66d1a1eb0847bd3b25afd6a752
parent45e86d87f7031192f610bd3b65bdfface8aff2b1
module.bbclass: add common make options to module_do_install()
the problem was that KERNELDIR was not getting passed to
"make install", so the host kernel src dir got used, and
the wrong kernel version was then extracted.
classes/module.bbclass