aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-10 10:11:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 14:20:05 +0100
commit4f208863257768b875378af1421d33f1d6cf8a05 (patch)
tree5b526b20c6a4dcb66c59c30f4513cfbdbfcc918d /recipes-qt/qt5/qtwayland_git.bb
parent275e503297dc08b5449c11e954c63fbb250fadd8 (diff)
qtwayland: remove unnecessary header install
Installation of the generated headers was fixed in qtbase v5.3.2 Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> 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.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index 98b24e37..059c2dbc 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -38,12 +38,4 @@ SRC_URI += " \
file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \
"
-QT_VERSION ?= "5.6.0"
-
-do_install_append() {
- # do install files created by qtwaylandscanner
- install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
- install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/*protocol*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private
-}
-
SRCREV = "bd21beea9a433a8878c0e719a7bfb8c14df47840"