From 0454fb083c38f2155a8be3b61930ad1ddf995695 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(-) (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index 2ea3285e..f96a6cdc 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.5.1" - -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 = "9d408649458a274864ae2e7c2d67b4fa3cabbfcd" -- cgit v1.2.3-54-g00ecf