[oe] [PATCH 1/2] matrix-gui-e: add dependency packages

Chase Maupin chasemaupin03 at gmail.com
Thu Aug 26 20:31:07 UTC 2010


* Added dependency packages such as qt4-embedded-fonts required
  for the matrix-gui application to run.
* Added dependency on matrix-gui-common.

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

diff --git a/recipes/ti/matrix-gui-e_svn.bb b/recipes/ti/matrix-gui-e_svn.bb
index adb14df..3bb304d 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 = "r14+svnr${SRCPV}"
+PR = "r15+svnr${SRCPV}"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \
 	file://init \
@@ -27,4 +27,5 @@ do_install() {
 	install -c -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/matrix-gui-e
 }
 
-RRECOMMENDS_${PN} = "qt4-embedded-plugin-mousedriver-tslib"
+RRECOMMENDS_${PN} = "qt4-embedded-plugin-mousedriver-tslib qt4-embedded-fonts"
+RDEPENDS_${PN} += "matrix-gui-common"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list