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-11 22:06:55 +0100 |
commit | 0454fb083c38f2155a8be3b61930ad1ddf995695 (patch) | |
tree | 99bb02b4f92564338357285d4a759b87f0c8b143 /recipes-qt/qt5 | |
parent | f39bc18eae46e0df30580f0e5992d069f9c881be (diff) | |
download | meta-qt5-0454fb083c38f2155a8be3b61930ad1ddf995695.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>
Diffstat (limited to 'recipes-qt/qt5')
-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 2ea3285e..f96a6cdc 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.5.1" | ||
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 = "9d408649458a274864ae2e7c2d67b4fa3cabbfcd" | 41 | SRCREV = "9d408649458a274864ae2e7c2d67b4fa3cabbfcd" |