From: "Franklin S. Cooper Jr" <[email protected]> * By default qt5-git.inc by default points to the "stable" branch for the qtwayland git repository. * However, this branch no longer exist and results in a fetch error. * This SRCREVs that qtwayland/qtwayland-native point to are found within the 5.3 branch. * So set QT_MODULE_BRANCH to "5.3". This patch will be submitted to upstream meta-qt5 and when accepted the appends can be removed.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../recipes-qt/qt5/qtwayland-native_git.bbappend | 3 +++ .../recipes-qt/qt5/qtwayland_git.bbappend | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend create mode 100644 meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend new file mode 100644 index 0000000..53c1454 --- /dev/null +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend @@ -0,0 +1,3 @@ +PR_append = "-arago0" + +QT_MODULE_BRANCH = "5.3" diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend new file mode 100644 index 0000000..53c1454 --- /dev/null +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend @@ -0,0 +1,3 @@ +PR_append = "-arago0" + +QT_MODULE_BRANCH = "5.3" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
