[oe] [PATCH 1/1] matrix-gui-e: add dependency on common files

Chase Maupin chasemaupin03 at gmail.com
Tue Jun 22 14:05:52 UTC 2010


* Added runtime dependency on matrix-gui-common package
  which contains the runtime scripts that the matrix-gui
  application requires.

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
---
 recipes/ti/matrix-gui-e_svn.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/matrix-gui-e_svn.bb b/recipes/ti/matrix-gui-e_svn.bb
index 78ef003..1cda40f 100644
--- a/recipes/ti/matrix-gui-e_svn.bb
+++ b/recipes/ti/matrix-gui-e_svn.bb
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 
 SRCREV = "58"
 PV = "1.0"
-PR = "r13+svnr${SRCPV}"
+PR = "r14+svnr${SRCPV}"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \
 	file://init \
@@ -28,3 +28,5 @@ do_install() {
 }
 
 RRECOMMENDS_${PN} = "qt4-embedded-plugin-mousedriver-tslib"
+
+RDEPENDS_${PN} += "matrix-gui-common"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list