summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwayland-native_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb
index 82750e79..761cfb65 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -6,8 +6,3 @@ require ${PN}.inc
6 6
7SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" 7SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f"
8QT_MODULE_BRANCH = "5.4" 8QT_MODULE_BRANCH = "5.4"
9
10# wayland-scanner and qtwaylandscanner must be in same path to work properly
11do_install_append() {
12 ln -sf ${D}${OE_QMAKE_PATH_QT_BINS}/qtwaylandscanner ${D}${bindir}/qtwaylandscanner
13}