diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-07-26 12:09:10 -0700 |
---|---|---|
committer | Martin Kelly <mkelly@xevo.com> | 2017-07-26 12:09:35 -0700 |
commit | f7ad5641c437306b02892decb108588d8033899a (patch) | |
tree | 377cb52be72c058eb0add9bf519f853d9540c6b0 /recipes-qt/qt5 | |
parent | a3626b5a736cc41c91813db6aad9c8e610843f89 (diff) |
qtbase-native: backport qdbuscpp2xml segfault fix
Backport this patch:
https://github.com/meta-qt5/meta-qt5/commit/bf7cdd963008f2d61bc4c324fff2bfafe511fb5f
Which causes the build to fail on recent Qt versions (e.g. the version
present in Debian Stretch, but not that in Debian Jessie).
BUG-AGL: SPEC-783
Change-Id: I6395408635684920d3dcfefb71fc51c35a5a8e3f
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bbappend b/recipes-qt/qt5/qtbase-native_git.bbappend new file mode 100644 index 000000000..b7cfe8dce --- /dev/null +++ b/recipes-qt/qt5/qtbase-native_git.bbappend @@ -0,0 +1,3 @@ +# Backport this fix from meta-qt5: +# https://github.com/meta-qt5/meta-qt5/commit/bf7cdd963008f2d61bc4c324fff2bfafe511fb5f +SRC_URI_remove = "file://0012-qdbuscpp2xml.pro-do-not-build-with-bootstrapped-depe.patch" |