[oe-commits] Roger Monk : ti-dsplink: Add runtime depends for examples on lpm-utils for lpmOn/Off utils

git version control git at git.openembedded.org
Thu Apr 22 11:22:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2f85692b78f9bdda5adc4ca66ea3574688b64bbb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f85692b78f9bdda5adc4ca66ea3574688b64bbb

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Apr 22 02:25:11 2010 +0100

ti-dsplink: Add runtime depends for examples on lpm-utils for lpmOn/Off utils

* DSPLINK Examples need to use lpmOn/Off add RDEPENDS
   * Bump PR

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/ti-dsplink.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/ti-dsplink.inc b/recipes/ti/ti-dsplink.inc
index 228566c..aec2742 100644
--- a/recipes/ti/ti-dsplink.inc
+++ b/recipes/ti/ti-dsplink.inc
@@ -16,7 +16,7 @@ PROVIDES += "ti-dsplink-examples"
 
 # This package builds a kernel module, use kernel PR as base and append a local version
 PR = "${MACHINE_KERNEL_PR}"
-PR_append = "e"
+PR_append = "f"
 
 S = "${WORKDIR}/dsplink_linux_${PV}"
 
@@ -186,6 +186,6 @@ pkg_postrm_ti-dsplink-module_append () {
 
 PACKAGES += "ti-dsplink-examples"
 RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module"
-RDEPENDS_ti-dsplink-examples_append_omap3 += " ti-lpm-module"
+RDEPENDS_ti-dsplink-examples_append_omap3 += " ti-lpm-module ti-lpm-utils"
 FILES_ti-dsplink-examples = "${installdir}/ti-dsplink-examples/*"
 INSANE_SKIP_ti-dsplink-examples = True





More information about the Openembedded-commits mailing list