summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplink
diff options
context:
space:
mode:
authorScott Ellis <scott@jumpnowtek.com>2014-06-14 04:34:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-06-23 17:43:26 -0400
commit7f1df7522d114fb9ef8bedc26c0ea3fbcd6b7e7c (patch)
treeb9bb680649be32f8c48277044eda04f7c81dc1f9 /recipes-ti/dsplink
parent00a2173047da1ecc0141f6cec9c8e27d2252a398 (diff)
downloadmeta-ti-7f1df7522d114fb9ef8bedc26c0ea3fbcd6b7e7c.tar.gz
Remove deprecated update-modules from recipes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/dsplink')
-rw-r--r--recipes-ti/dsplink/ti-dsplink.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc
index ce7cbf97..fa1c9ddc 100644
--- a/recipes-ti/dsplink/ti-dsplink.inc
+++ b/recipes-ti/dsplink/ti-dsplink.inc
@@ -187,22 +187,6 @@ do_install () {
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"
191
192pkg_postinst_ti-dsplink-module () {
193#!/bin/sh
194if [ -n "$D" ]; then
195 exit 1
196fi
197
198depmod -a
199update-modules || true
200}
201
202pkg_postrm_ti-dsplink-module () {
203#!/bin/sh
204update-modules || true
205}
206 190
207PACKAGES += "ti-dsplink-examples" 191PACKAGES += "ti-dsplink-examples"
208RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" 192RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module"