diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-09-04 15:33:45 -0300 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-09 08:46:12 -0800 |
commit | 6a75e88dea71fa8933667823632b9e324b742e15 (patch) | |
tree | 928b87d3a39c8051fef48196d9469b609cf6aa7b /meta-qt5 | |
parent | ab7479ea17e0eb02db0e29f14d203394428d8b76 (diff) | |
download | tizen-distro-6a75e88dea71fa8933667823632b9e324b742e15.tar.gz tizen-distro-6a75e88dea71fa8933667823632b9e324b742e15.tar.bz2 tizen-distro-6a75e88dea71fa8933667823632b9e324b742e15.zip |
qtwayland: Change module branch for 5.4
This is to fix the fetcher failure as the "stable" branch has been
removed. We does not change the revision we are using so this is
a safe change.
(From meta-qt5 rev: 12dac2ea1306f2ab86f8cd7b79d3d438cc6d9115)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Diffstat (limited to 'meta-qt5')
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb | 1 | ||||
-rw-r--r-- | meta-qt5/recipes-qt/qt5/qtwayland_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb b/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb index 3179c98bcb..82750e79dc 100644 --- a/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb +++ b/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb @@ -5,6 +5,7 @@ require ${PN}.inc # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" +QT_MODULE_BRANCH = "5.4" # wayland-scanner and qtwaylandscanner must be in same path to work properly do_install_append() { diff --git a/meta-qt5/recipes-qt/qt5/qtwayland_git.bb b/meta-qt5/recipes-qt/qt5/qtwayland_git.bb index 28a3760232..0bbb5ab5d2 100644 --- a/meta-qt5/recipes-qt/qt5/qtwayland_git.bb +++ b/meta-qt5/recipes-qt/qt5/qtwayland_git.bb @@ -5,6 +5,7 @@ require ${PN}.inc # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 SRCREV = "98dca3b54f52f08117c1e0d3a1b4826ed12ef23f" +QT_MODULE_BRANCH = "5.4" SRC_URI += " \ file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \ |