diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-10 10:11:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-12 14:20:05 +0100 |
commit | 4f208863257768b875378af1421d33f1d6cf8a05 (patch) | |
tree | 5b526b20c6a4dcb66c59c30f4513cfbdbfcc918d | |
parent | 275e503297dc08b5449c11e954c63fbb250fadd8 (diff) | |
download | meta-qt5-4f208863257768b875378af1421d33f1d6cf8a05.tar.gz |
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>
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 8 |
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 += " \ | |||
38 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ | 38 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ |
39 | " | 39 | " |
40 | 40 | ||
41 | QT_VERSION ?= "5.6.0" | ||
42 | |||
43 | do_install_append() { | ||
44 | # do install files created by qtwaylandscanner | ||
45 | install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/qwayland-server-*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private | ||
46 | install ${B}/include/QtCompositor/${QT_VERSION}/QtCompositor/private/*protocol*.h ${D}${OE_QMAKE_PATH_QT_HEADERS}/QtCompositor/${QT_VERSION}/QtCompositor/private | ||
47 | } | ||
48 | |||
49 | SRCREV = "bd21beea9a433a8878c0e719a7bfb8c14df47840" | 41 | SRCREV = "bd21beea9a433a8878c0e719a7bfb8c14df47840" |