diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-07 16:23:55 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-07 16:25:43 -0400 |
commit | a316d1e1afa7d4587399b4071d99f150f4883297 (patch) | |
tree | 3997fdbd55ea5799ca45307193712d911e34a3ff /recipes/ti | |
parent | 507fca17072749d5e25bd92b4e38bccc44095aee (diff) |
matrix-gui: bump the rev for latest fixes, sans external browser binary
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/matrix-gui_svn.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/ti/matrix-gui_svn.bb b/recipes/ti/matrix-gui_svn.bb index 6042d966b8..5d0f08248e 100644 --- a/recipes/ti/matrix-gui_svn.bb +++ b/recipes/ti/matrix-gui_svn.bb @@ -4,9 +4,9 @@ LICENSE = "Apache" SECTION = "multimedia" PRIORITY = "optional" -SRCREV = "54" +SRCREV = "56" PV = "1.0" -PR = "r4+svnr${SRCPV}" +PR = "r5+svnr${SRCPV}" SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \ file://init \ @@ -44,7 +44,6 @@ do_install() { install -d ${D}/${datadir}/matrix/html install -m 0644 ${S}/*.html ${D}/${datadir}/matrix/html/ install -d ${D}/${datadir}/matrix/images - install -m 0644 ${S}/images/*.bmp ${D}/${datadir}/matrix/images/ install -m 0644 ${S}/images/*.png ${D}/${datadir}/matrix/images/ install -d ${D}${sysconfdir}/init.d/ install -c -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/matrix-gui |