From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 0644352A3A for ; Thu, 12 Nov 2015 16:55:54 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id tACGtsaO009038; Thu, 12 Nov 2015 10:55:54 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tACGtrV9011855; Thu, 12 Nov 2015 10:55:53 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Thu, 12 Nov 2015 10:55:54 -0600 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id tACGtraP009149; Thu, 12 Nov 2015 10:55:53 -0600 Message-ID: <5644C498.7090402@ti.com> Date: Thu, 12 Nov 2015 11:55:52 -0500 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1447293885-4222-1-git-send-email-denis@denix.org> <5644AA40.5030507@ti.com> <20151112164458.GQ3272@edge> In-Reply-To: <20151112164458.GQ3272@edge> Cc: meta-arago@arago-project.org Subject: Re: [PATCH] nativesdk-qtbase: drop locally applied patch that was upstreamed X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 16:55:55 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit No reason other than following coresdk. Do you plan on updating the arago-fido-config.txt to use the tip of the master branch on meta-qt5? On 11/12/2015 11:44 AM, Denys Dmytriyenko wrote: > Yeah, I meant to un-pin meta-qt5 some time ago right after 2015.01. Any > particular reason you want it pinned now? > > > On Thu, Nov 12, 2015 at 10:03:28AM -0500, Jacob Stiffler wrote: >> In our configs, we have the meta-qt5 layer frozen at >> 97ce05c0b2a81f05388d7f727741529fb9177775. >> >> How will we get this upstream patch? >> >> Thanks, >> Jake >> >> On 11/11/2015 9:04 PM, Denys Dmytriyenko wrote: >>> From: Denys Dmytriyenko >>> >>> Signed-off-by: Denys Dmytriyenko >>> --- >>> ...xpand-path-increase-change-to-2-more-path.patch | 28 ---------------------- >>> .../recipes-qt/qt5/nativesdk-qtbase_%.bbappend | 5 ---- >>> 2 files changed, 33 deletions(-) >>> delete mode 100644 meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch >>> delete 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 >>> deleted file mode 100644 >>> index fc54c64..0000000 >>> --- a/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase/0001-configure-expand-path-increase-change-to-2-more-path.patch >>> +++ /dev/null >>> @@ -1,28 +0,0 @@ >>> -From cfa358e04b9e7c66d59db3000b2a2ab2ebf543c8 Mon Sep 17 00:00:00 2001 >>> -From: Denys Dmytriyenko >>> -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 >>> ---- >>> - 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 >>> deleted file mode 100644 >>> index 39f739a..0000000 >>> --- a/meta-arago-distro/recipes-qt/qt5/nativesdk-qtbase_%.bbappend >>> +++ /dev/null >>> @@ -1,5 +0,0 @@ >>> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >>> - >>> -SRC_URI += "file://0001-configure-expand-path-increase-change-to-2-more-path.patch" >>> - >>> -PR_append = "-arago0" >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago