1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

ti-dsplink: fix module packaging

The kernel module needs to be packaged first otherwise it will be picked up
by the default FILES_${PN}, resulting in an empty ti-dsplink-module package.

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Enrico Butera
2011-08-08 23:56:50 +02:00
committed by Koen Kooi
parent 804ce1b655
commit 2f686a8a77

View File

@@ -185,7 +185,7 @@ do_install () {
}
PACKAGES += "ti-dsplink-module"
PACKAGES =+ "ti-dsplink-module"
FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko"
RDEPENDS_ti-dsplink-module += "update-modules"