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/local-power-manager | |
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/local-power-manager')
-rw-r--r-- | recipes-ti/local-power-manager/ti-local-power-manager.inc | 13 |
1 files changed, 0 insertions, 13 deletions
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" |