[meta-ti] [PATCH 4/5] refresh-screen: add package from arago
Chase Maupin
Chase.Maupin at ti.com
Thu Jan 26 12:11:15 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>
---
recipes-ti/matrix/refresh-screen_2.0.bb | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 recipes-ti/matrix/refresh-screen_2.0.bb
diff --git a/recipes-ti/matrix/refresh-screen_2.0.bb b/recipes-ti/matrix/refresh-screen_2.0.bb
new file mode 100644
index 0000000..3a3ad5e
--- /dev/null
+++ b/recipes-ti/matrix/refresh-screen_2.0.bb
@@ -0,0 +1,25 @@
+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"
+PRIORITY = "optional"
+
+# Make sure that QT font libraries have been installed
+RDEPENDS += "qt4-embedded-fonts"
+
+PR = "r0"
+
+SRCREV = "ba27273f0d61dd71589db380f785f091b7ad3efe"
+BRANCH ?= "master"
+
+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}/refresh_screen ${D}/${bindir}
+}
--
1.7.0.4
More information about the meta-ti
mailing list