[meta-ti] [PATCH 2/3] refresh-screen: add package from arago
Chase Maupin
Chase.Maupin at ti.com
Thu Jan 26 10:46:24 PST 2012
* This package adds a utility to force a screen refresh after
graphics applications are executed. This is to prevent left
over graphics artifacts from being displayed in matrix.
* Ported from arago overlay
Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
---
...ix-gui-browser_2.0.bb => refresh-screen_2.0.bb} | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
copy recipes-ti/matrix/{matrix-gui-browser_2.0.bb => refresh-screen_2.0.bb} (52%)
diff --git a/recipes-ti/matrix/matrix-gui-browser_2.0.bb b/recipes-ti/matrix/refresh-screen_2.0.bb
similarity index 52%
copy from recipes-ti/matrix/matrix-gui-browser_2.0.bb
copy to recipes-ti/matrix/refresh-screen_2.0.bb
index 602487b..3a3ad5e 100644
--- a/recipes-ti/matrix/matrix-gui-browser_2.0.bb
+++ b/recipes-ti/matrix/refresh-screen_2.0.bb
@@ -1,5 +1,5 @@
-DESCRIPTION = "Simple Qt web display using webkit"
-HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix_browser"
+DESCRIPTION = "Simple Application to force a screen refresh"
+HOMEPAGE = "https://gitorious.org/matrix-gui-v2/refresh-screen"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://main.cpp;beginline=9;endline=37;md5=884b90f5bf0d711fe32c4f04b5276496"
SECTION = "multimedia"
@@ -10,16 +10,16 @@ RDEPENDS += "qt4-embedded-fonts"
PR = "r0"
-SRCREV = "db2e6b10e5a14358b6120a4a28de2f9d591bc55c"
+SRCREV = "ba27273f0d61dd71589db380f785f091b7ad3efe"
BRANCH ?= "master"
-SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"
inherit qt4e
do_install() {
- install -d ${D}/${bindir}
- install -m 0755 ${S}/matrix_browser ${D}/${bindir}
+ install -d ${D}/${bindir}
+ install -m 0755 ${S}/refresh_screen ${D}/${bindir}
}
--
1.7.0.4
More information about the meta-ti
mailing list