From 4f208863257768b875378af1421d33f1d6cf8a05 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 10 Nov 2015 10:11:40 +0200 Subject: qtwayland: remove unnecessary header install Installation of the generated headers was fixed in qtbase v5.3.2 Signed-off-by: Samuli Piippo Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwayland_git.bb | 8 -------- 1 file changed, 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" -- cgit v1.2.3-54-g00ecf