aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland-native_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-28 18:20:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-25 12:14:11 +0200
commitebd60ffe7e34f653532e30bfe1fad611a2b31384 (patch)
tree65be4b1962d7bc3a65b1007ae56a3f6f55b9a1cd /recipes-qt/qt5/qtwayland-native_git.bb
parent71cc38affe7b282fdea6f35c9876632056ef22ec (diff)
qtwayland: add native recipe
* qtwayland fails, because we'll need to add qtwayland-native to provide qtwaylandscanner in QT_EXTERNAL_HOST_BINS location (otherwise build will try to use /usr/bin/qt5/qtwaylandscanner) * native recipe is needed to build qtwayland-scanner which is required after this upstream commit commit 05d054ad7207764293525661876ebc689940a15c Author: Samuel R<C3><B8>dal <samuel.rodal@digia.com> Date: Tue Apr 9 16:52:59 2013 +0200 Introduced qtwaylandscanner. Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtwayland-native_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb
new file mode 100644
index 00000000..090faafa
--- /dev/null
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -0,0 +1,7 @@
+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}"
+
+SRCREV = "ede872db1cdfdc2810c2dd29edd5fb6e1cdac0f5"