aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-20 14:39:37 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-25 12:14:12 +0200
commit5eb22ffbfafc558a66943e666c415a9749a39e2b (patch)
tree5951716277f68708ab8b51f4b108e0bec008580c /recipes-qt/qt5/qtwayland_git.bb
parent507c7466ea3a7b10a72b57ce06c3bf1ddd769037 (diff)
qtwayland: add second recipe with latest SRCREV, compatible with qt5 5.1.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index f91df4d5..170b3673 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -1,13 +1,19 @@
require qt5-git.inc
require ${PN}.inc
-# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
-PV = "4.999+5.0.0-beta1+git${SRCPV}"
+# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1,
+# but we'll use 5.0.2+git to indicate this version is compatible with 5.0.2
+PV = "5.0.2+git${SRCPV}"
-PR = "${INC_PR}.1"
+# drop when bumping SRCREV
+PR = "r2"
SRCREV = "5cb159395eccb1d96fb73a78e499eef30aacb46d"
+SRC_URI += " \
+ file://0004-EGL-Specify-vec2d-precision-qualifier-in-fragment-sh.patch \
+"
+
do_configure_prepend() {
# Temporary hack to get qtwayland build for Qt 5.0.2
if ! grep -q MODULE_VERSION ${S}/.qmake.conf; then