* 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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
