diff options
author | Scott Ellis <scott@jumpnowtek.com> | 2014-06-14 04:34:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-23 17:43:26 -0400 |
commit | 7f1df7522d114fb9ef8bedc26c0ea3fbcd6b7e7c (patch) | |
tree | b9bb680649be32f8c48277044eda04f7c81dc1f9 /recipes-ti/syslink | |
parent | 00a2173047da1ecc0141f6cec9c8e27d2252a398 (diff) | |
download | meta-ti-7f1df7522d114fb9ef8bedc26c0ea3fbcd6b7e7c.tar.gz |
Remove deprecated update-modules from recipes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/syslink')
-rw-r--r-- | recipes-ti/syslink/ti-syslink.inc | 16 |
1 files changed, 0 insertions, 16 deletions
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 | ||
217 | PACKAGES =+ "ti-syslink-module" | 217 | PACKAGES =+ "ti-syslink-module" |
218 | FILES_ti-syslink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/syslink.ko" | 218 | FILES_ti-syslink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/syslink.ko" |
219 | RDEPENDS_ti-syslink-module += "update-modules" | ||
220 | |||
221 | pkg_postinst_ti-syslink-module () { | ||
222 | #!/bin/sh | ||
223 | if [ -n "$D" ]; then | ||
224 | exit 1 | ||
225 | fi | ||
226 | |||
227 | depmod -a | ||
228 | update-modules || true | ||
229 | } | ||
230 | |||
231 | pkg_postrm_ti-syslink-module () { | ||
232 | #!/bin/sh | ||
233 | update-modules || true | ||
234 | } | ||
235 | 219 | ||
236 | PACKAGES =+ "ti-syslink-examples" | 220 | PACKAGES =+ "ti-syslink-examples" |
237 | RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" | 221 | RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" |