From: Denys Dmytriyenko <[email protected]> Submitted upstream, need to remove once accepted.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...xpand-path-increase-change-to-2-more-path.patch | 28 ++++++++++++++++++++++ .../recipes-qt/qt5/nativesdk-qtbase_%.bbappend | 5 ++++ 2 files changed, 33 insertions(+) create mode 100644 meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch create mode 100644 meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase_%.bbappend diff --git a/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch b/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch new file mode 100644 index 0000000..fc54c64 --- /dev/null +++ b/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch @@ -0,0 +1,28 @@ +From cfa358e04b9e7c66d59db3000b2a2ab2ebf543c8 Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko <[email protected]> +Date: Tue, 25 Aug 2015 11:26:48 -0400 +Subject: [PATCH] configure: expand path increase change to 2 more paths + +Signed-off-by: Denys Dmytriyenko <[email protected]> +--- + configure | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure b/configure +index bea14af..fe18487 100755 +--- a/configure ++++ b/configure +@@ -3853,8 +3853,8 @@ static const char qt_configure_installation [12+11] = "qt_instdate=2 + /* Installation Info */ + static const char qt_configure_prefix_path_str [512 + 12] = "qt_prfxpath=$QT_INSTALL_PREFIX"; + #ifdef QT_BUILD_QMAKE +-static const char qt_configure_ext_prefix_path_str [256 + 12] = "qt_epfxpath=$QT_EXT_PREFIX"; +-static const char qt_configure_host_prefix_path_str [256 + 12] = "qt_hpfxpath=$QT_HOST_PREFIX"; ++static const char qt_configure_ext_prefix_path_str [512 + 12] = "qt_epfxpath=$QT_EXT_PREFIX"; ++static const char qt_configure_host_prefix_path_str [512 + 12] = "qt_hpfxpath=$QT_HOST_PREFIX"; + #endif + + static const short qt_configure_str_offsets[] = { +-- +2.2.0 + diff --git a/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase_%.bbappend b/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase_%.bbappend new file mode 100644 index 0000000..39f739a --- /dev/null +++ b/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase_%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0001-configure-expand-path-increase-change-to-2-more-path.patch" + +PR_append = "-arago0" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
