[oe-commits] Chase Maupin : matrix-gui-e: add dependency packages

git version control git at git.openembedded.org
Fri Aug 27 20:25:44 UTC 2010


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

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Thu Aug 26 10:31:07 2010 +0000

matrix-gui-e: add dependency packages

* 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>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 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"





More information about the Openembedded-commits mailing list