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:46:54 -0400 |
| commit | 66abb4452eae5e5d5b89b4b13bf36f907d93aed8 (patch) | |
| tree | b9bb680649be32f8c48277044eda04f7c81dc1f9 /recipes-ti | |
| parent | 5f5ce539b9efe9bdbc096b71b60f5fadaa5f5ab4 (diff) | |
| download | meta-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.inc | 16 | ||||
| -rw-r--r-- | recipes-ti/local-power-manager/ti-local-power-manager.inc | 13 | ||||
| -rw-r--r-- | recipes-ti/syslink/ti-syslink.inc | 16 |
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 | ||
| 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" |
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}" | |||
| 113 | PACKAGES += "ti-lpm-module" | 113 | PACKAGES += "ti-lpm-module" |
| 114 | FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko" | 114 | FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko" |
| 115 | RDEPENDS_ti-lpm-module += "ti-dsplink-module" | 115 | RDEPENDS_ti-lpm-module += "ti-dsplink-module" |
| 116 | RDEPENDS_ti-lpm-module += "update-modules" | ||
| 117 | |||
| 118 | pkg_postinst_ti-lpm-module_append () { | ||
| 119 | if [ -n "$D" ]; then | ||
| 120 | exit 1 | ||
| 121 | fi | ||
| 122 | depmod -a | ||
| 123 | update-modules || true | ||
| 124 | } | ||
| 125 | |||
| 126 | pkg_postrm_ti-lpm-module_append () { | ||
| 127 | update-modules || true | ||
| 128 | } | ||
| 129 | 116 | ||
| 130 | PACKAGES += "ti-lpm-utils" | 117 | PACKAGES += "ti-lpm-utils" |
| 131 | RDEPENDS_ti-lpm-utils += "ti-lpm-module" | 118 | RDEPENDS_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 | ||
| 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" |
