diff options
author | Roger Monk <r-monk@ti.com> | 2010-04-22 02:33:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-22 13:21:56 +0200 |
commit | ac81f608727d7a72ac0f3713a5de61f463dc3752 (patch) | |
tree | a951fea5a3bbdda306ab6bb6dec18fdeac9aea91 /recipes/ti/ti-local-power-manager.inc | |
parent | 2f85692b78f9bdda5adc4ca66ea3574688b64bbb (diff) |
ti-local-power-manager: Remove OPT from LPM sources using #define
* OPT Argument Decorator is no longer used/supported in latest dsplink versions
* LPM implements some callback functions from DSPLINK which used this decorator
* 'Void _TAL_translateCallback (IN Uint32, IN OPT Pvoid, IN OPT Pvoid);'
* Remove by passing -DOPT="" to LPM build
* Safe to remove for building against older DSPLINK versions as well
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti/ti-local-power-manager.inc')
-rw-r--r-- | recipes/ti/ti-local-power-manager.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-local-power-manager.inc b/recipes/ti/ti-local-power-manager.inc index 4a2fb91af4..a0e3bfd3ec 100644 --- a/recipes/ti/ti-local-power-manager.inc +++ b/recipes/ti/ti-local-power-manager.inc @@ -13,7 +13,7 @@ PROVIDES += "ti-lpm-utils" # This package builds a kernel module, use kernel PR as base and append a local version PR = "${MACHINE_KERNEL_PR}" -PR_append = "c" +PR_append = "d" S = "${WORKDIR}/local_power_manager_linux_${PV}" |