qt5-opengles2-test: import from meta-webos-ports
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Dec 2014 17:04:02 +0000 (18:04 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:46:27 +0000 (08:46 -0800)
(From meta-qt5 rev: 38ddbf8b1945c657576cba4ec4a6e5199a0b7f33)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb [new file with mode: 0644]

diff --git a/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb b/meta-qt5/recipes-qt/examples/qt5-opengles2-test_git.bb
new file mode 100644 (file)
index 0000000..0b201d2
--- /dev/null
@@ -0,0 +1,16 @@
+SUMMARY = "Qt5 OpenGL ES 2.0 Test Application"
+DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering in \ \
+a simple QWindow, plus multi-touch input, window orientation, \
+window focus handling and some other game-related features."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169"
+
+PV = "1.0.2+gitr${SRCPV}"
+
+DEPENDS = "qtbase"
+
+SRC_URI = "git://github.com/thp/qt5-opengles2-test.git"
+SRCREV = "9500c00a7094a881e53afd71146d76d40834df45"
+S = "${WORKDIR}/git"
+
+inherit qmake5