diff options
author | Enrico Butera <ebutera@users.berlios.de> | 2011-08-08 23:56:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | 2f686a8a7794698c25363a6a00598d4f77a5b3e5 (patch) | |
tree | 45bdd9e7698c08c965c80cf3c35deeb636004b22 | |
parent | 804ce1b655d99f9fe4a4a1c3258129917220c7e0 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-ti/dsplink/ti-dsplink.inc | 2 |
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 | ||
188 | PACKAGES += "ti-dsplink-module" | 188 | PACKAGES =+ "ti-dsplink-module" |
189 | FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko" | 189 | FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko" |
190 | RDEPENDS_ti-dsplink-module += "update-modules" | 190 | RDEPENDS_ti-dsplink-module += "update-modules" |
191 | 191 | ||