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/dsplink | |
| 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/dsplink')
| -rw-r--r-- | recipes-ti/dsplink/ti-dsplink.inc | 16 |
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 | ||
| 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" | ||
| 191 | |||
| 192 | pkg_postinst_ti-dsplink-module () { | ||
| 193 | #!/bin/sh | ||
| 194 | if [ -n "$D" ]; then | ||
| 195 | exit 1 | ||
| 196 | fi | ||
| 197 | |||
| 198 | depmod -a | ||
| 199 | update-modules || true | ||
| 200 | } | ||
| 201 | |||
| 202 | pkg_postrm_ti-dsplink-module () { | ||
| 203 | #!/bin/sh | ||
| 204 | update-modules || true | ||
| 205 | } | ||
| 206 | 190 | ||
| 207 | PACKAGES += "ti-dsplink-examples" | 191 | PACKAGES += "ti-dsplink-examples" |
| 208 | RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" | 192 | RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" |
