diff options
-rw-r--r-- | recipes-qt/qt5/qtwayland-native_git.bb | 1 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb index 3179c98b..82750e79 100644 --- a/recipes-qt/qt5/qtwayland-native_git.bb +++ b/recipes-qt/qt5/qtwayland-native_git.bb | |||
@@ -5,6 +5,7 @@ require ${PN}.inc | |||
5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 | 5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 |
6 | 6 | ||
7 | SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" | 7 | SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" |
8 | QT_MODULE_BRANCH = "5.4" | ||
8 | 9 | ||
9 | # wayland-scanner and qtwaylandscanner must be in same path to work properly | 10 | # wayland-scanner and qtwaylandscanner must be in same path to work properly |
10 | do_install_append() { | 11 | do_install_append() { |
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index 28a37602..0bbb5ab5 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb | |||
@@ -5,6 +5,7 @@ require ${PN}.inc | |||
5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 | 5 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 |
6 | 6 | ||
7 | SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" | 7 | SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" |
8 | QT_MODULE_BRANCH = "5.4" | ||
8 | 9 | ||
9 | SRC_URI += " \ | 10 | SRC_URI += " \ |
10 | file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ | 11 | file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ |