diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-08 22:09:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:17 +0200 |
commit | 05d6cc5dc9a580f4a9182f4f2c43aa518880061e (patch) | |
tree | 42eb4aa013383dc7f4bd759773d8d324e422eaee /recipes/ti/ti-local-power-manager.inc | |
parent | 3a72b7231064db96f71eba28e6c0b63a5311dc8b (diff) |
ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-module
* We renamed ti-dsplink recipe, update dependent recipes
* Remove variables from machine includes, cleanup ti-paths
* lpm/dsplink variables moved into recipes
* removed duplicates and commented variables
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
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 ece42ffdba..c26e48afed 100644 --- a/recipes/ti/ti-local-power-manager.inc +++ b/recipes/ti/ti-local-power-manager.inc @@ -17,7 +17,7 @@ S = "${WORKDIR}/local_power_manager_linux_${PV}" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/lpm/${PV}/exports/local_power_manager_linux_${PV}.tar.gz;name=lpmtarball" -DEPENDS = "ti-dsplink-module ti-xdctools" +DEPENDS = "ti-dsplink ti-xdctools" DEPENDS += "virtual/kernel" # SOC_FAMILY configuration |