Author: Volker Vogelhuber 2013-10-23 15:29:37 Committer: Volker Vogelhuber 2013-10-23 15:29:37 Parent: f61008a20340373247ebfd8f381e377b21f11afe (linux-ti-staging: update to 3.12-rc5 and latest merges of feature trees) Child: 2d25a3c6b181894c57d71c3a132a39ef9ed89374 (Merge) Branch: dylan Follows: v2012.05-yocto1.2 Precedes: - remove update-modules as it has been removed from yocto ---------------------- recipes-ti/dsplink/ti-dsplink.inc ---------------------- index ce7cbf9..fa1c9dd 100644 @@ -187,22 +187,6 @@ do_install () { PACKAGES =+ "ti-dsplink-module" FILES_ti-dsplink-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko" -RDEPENDS_ti-dsplink-module += "update-modules" - -pkg_postinst_ti-dsplink-module () { -#!/bin/sh -if [ -n "$D" ]; then - exit 1 -fi - -depmod -a -update-modules || true -} - -pkg_postrm_ti-dsplink-module () { -#!/bin/sh -update-modules || true -} PACKAGES += "ti-dsplink-examples" RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" ---------- recipes-ti/local-power-manager/ti-local-power-manager.inc ---------- index 9155c76..2f2b525 100644 @@ -113,19 +113,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += "ti-lpm-module" FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko" RDEPENDS_ti-lpm-module += "ti-dsplink-module" -RDEPENDS_ti-lpm-module += "update-modules" - -pkg_postinst_ti-lpm-module_append () { - if [ -n "$D" ]; then - exit 1 - fi - depmod -a - update-modules || true -} - -pkg_postrm_ti-lpm-module_append () { - update-modules || true -} PACKAGES += "ti-lpm-utils" RDEPENDS_ti-lpm-utils += "ti-lpm-module"