diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-02-04 15:49:04 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:17 +0200 |
commit | f87f243ed0a24159627eb5e2332ab2262a6ee116 (patch) | |
tree | ade266ac487ec6278cab2e79bf5606d7c5f68197 /recipes/ti/ti-local-power-manager.inc | |
parent | 7e4f00b8d7b5727d9b24fabc05abb25c95b1153a (diff) |
ti-lpm-module: fix the packaging of kernel module into correct package
Diffstat (limited to 'recipes/ti/ti-local-power-manager.inc')
-rw-r--r-- | recipes/ti/ti-local-power-manager.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ti/ti-local-power-manager.inc b/recipes/ti/ti-local-power-manager.inc index 7c5a8fc983..5cb304a12a 100644 --- a/recipes/ti/ti-local-power-manager.inc +++ b/recipes/ti/ti-local-power-manager.inc @@ -9,7 +9,7 @@ PROVIDES = "ti-lpm-module" inherit module #This is a kernel module, don't set PR directly -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" S = "${WORKDIR}/local_power_manager_linux_${PV}" @@ -39,7 +39,7 @@ do_stage() { cp -pPrf ${S}/* ${LPM_INSTALL_DIR} } -PACKAGES += " ti-lpm-module" +PACKAGES =+ "ti-lpm-module " FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko" RDEPENDS_ti-lpm-module += " ti-dsplink-module" |