summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplink
diff options
context:
space:
mode:
authorEnrico Butera <ebutera@users.berlios.de>2011-08-08 23:56:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:46:07 +0200
commit2f686a8a7794698c25363a6a00598d4f77a5b3e5 (patch)
tree45bdd9e7698c08c965c80cf3c35deeb636004b22 /recipes-ti/dsplink
parent804ce1b655d99f9fe4a4a1c3258129917220c7e0 (diff)
downloadmeta-ti-2f686a8a7794698c25363a6a00598d4f77a5b3e5.tar.gz
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>
Diffstat (limited to 'recipes-ti/dsplink')
-rw-r--r--recipes-ti/dsplink/ti-dsplink.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc
index 428a86fd..82fa5b20 100644
--- a/recipes-ti/dsplink/ti-dsplink.inc
+++ b/recipes-ti/dsplink/ti-dsplink.inc
@@ -185,7 +185,7 @@ do_install () {
185 185
186} 186}
187 187
188PACKAGES += "ti-dsplink-module" 188PACKAGES =+ "ti-dsplink-module"
189FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko" 189FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko"
190RDEPENDS_ti-dsplink-module += "update-modules" 190RDEPENDS_ti-dsplink-module += "update-modules"
191 191