mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-04 21:05:24 +02:00
kernel-module-mcc-toradex: cope with changes to kernel module build
oe-core changed to install modules in nonarch_base_libdir which dropped the setting of INSTALL_MOD_PATH. However the Makefile makes use of INSTALL_MOD_PATH to set DESTDIR for other files. Set DESTDIR in the build env. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
parent
936a385715
commit
7a86916296
|
@ -10,6 +10,8 @@ RPROVIDES:${PN}-dev = "virtual/kernel-module-mcc-dev"
|
|||
|
||||
inherit module
|
||||
|
||||
export DESTDIR = "${D}"
|
||||
|
||||
SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=https;branch=${SRCBRANCH}"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
|
|
Loading…
Reference in New Issue
Block a user