summaryrefslogtreecommitdiffstats
path: root/recipes-ti
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:46:54 -0400
commit66abb4452eae5e5d5b89b4b13bf36f907d93aed8 (patch)
treeb9bb680649be32f8c48277044eda04f7c81dc1f9 /recipes-ti
parent5f5ce539b9efe9bdbc096b71b60f5fadaa5f5ab4 (diff)
downloadmeta-ti-66abb4452eae5e5d5b89b4b13bf36f907d93aed8.tar.gz
Remove deprecated update-modules from recipes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/dsplink/ti-dsplink.inc16
-rw-r--r--recipes-ti/local-power-manager/ti-local-power-manager.inc13
-rw-r--r--recipes-ti/syslink/ti-syslink.inc16
3 files changed, 0 insertions, 45 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"
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc
index 9155c761..2f2b5256 100644
--- a/recipes-ti/local-power-manager/ti-local-power-manager.inc
+++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc
@@ -113,19 +113,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
113PACKAGES += "ti-lpm-module" 113PACKAGES += "ti-lpm-module"
114FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko" 114FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko"
115RDEPENDS_ti-lpm-module += "ti-dsplink-module" 115RDEPENDS_ti-lpm-module += "ti-dsplink-module"
116RDEPENDS_ti-lpm-module += "update-modules"
117
118pkg_postinst_ti-lpm-module_append () {
119 if [ -n "$D" ]; then
120 exit 1
121 fi
122 depmod -a
123 update-modules || true
124}
125
126pkg_postrm_ti-lpm-module_append () {
127 update-modules || true
128}
129 116
130PACKAGES += "ti-lpm-utils" 117PACKAGES += "ti-lpm-utils"
131RDEPENDS_ti-lpm-utils += "ti-lpm-module" 118RDEPENDS_ti-lpm-utils += "ti-lpm-module"
diff --git a/recipes-ti/syslink/ti-syslink.inc b/recipes-ti/syslink/ti-syslink.inc
index 70289d40..af5f896a 100644
--- a/recipes-ti/syslink/ti-syslink.inc
+++ b/recipes-ti/syslink/ti-syslink.inc
@@ -216,22 +216,6 @@ do_install () {
216 216
217PACKAGES =+ "ti-syslink-module" 217PACKAGES =+ "ti-syslink-module"
218FILES_ti-syslink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/syslink.ko" 218FILES_ti-syslink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/syslink.ko"
219RDEPENDS_ti-syslink-module += "update-modules"
220
221pkg_postinst_ti-syslink-module () {
222#!/bin/sh
223if [ -n "$D" ]; then
224 exit 1
225fi
226
227depmod -a
228update-modules || true
229}
230
231pkg_postrm_ti-syslink-module () {
232#!/bin/sh
233update-modules || true
234}
235 219
236PACKAGES =+ "ti-syslink-examples" 220PACKAGES =+ "ti-syslink-examples"
237RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" 221RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module"