From f7ad5641c437306b02892decb108588d8033899a Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Wed, 26 Jul 2017 12:09:10 -0700 Subject: 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 --- recipes-qt/qt5/qtbase-native_git.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-qt/qt5/qtbase-native_git.bbappend diff --git a/recipes-qt/qt5/qtbase-native_git.bbappend b/recipes-qt/qt5/qtbase-native_git.bbappend new file mode 100644 index 00000000..b7cfe8dc --- /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" -- cgit 1.2.3-korg