diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-05-11 09:52:37 -0700 |
---|---|---|
committer | Martin Kelly <mkelly@xevo.com> | 2017-05-13 11:57:54 -0700 |
commit | 4800dd7480c06e634901bd1391a5dbeac35526ea (patch) | |
tree | 317e4786d89be28f1e19e1bc8dc3ad87cb64b85d /default.xml | |
parent | cfcb7bd1672e0e29e49b744d92d0ec7cd0f9de5f (diff) |
upgrade to Qt 5.8
Currently, Qt 5.8 is available only in master, as morty is frozen on the
5.7 major release. Once Pyro is released, we should probably switch to
that instead.
Change-Id: I024b757d16e5891382f4286dadee3315163a79d5
Depends-On: I83f8334539d5542c7632b45e230d53915fdf18bf
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.xml b/default.xml index 3d25bf12..d7724be6 100644 --- a/default.xml +++ b/default.xml @@ -38,8 +38,9 @@ <project name="poky" path="poky" remote="yocto" revision="morty" /> <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="morty" /> - <!-- Qt things --> <!-- meta-qt5 has qt5.7.x in branch morty --> - <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="morty" /> + <!-- Qt things --> + <!-- Qt 5.8 --> + <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="5f837b47f5c3e462f24cd5abf58ff6ef1dd04932" /> <!-- switch from opensource project meta-qt5 to vendor-maintained repo --> <!-- QT uses vendor branch 5.8 --> <!--<project name="yocto/meta-qt5" path="meta-qt5" remote="qt.io" revision="5.8" />--> |