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 7269F5208C for ; Mon, 5 Nov 2012 18:44:44 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id qA5IigLL023523; Mon, 5 Nov 2012 12:44:42 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA5Iigra013154; Mon, 5 Nov 2012 12:44:42 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Mon, 5 Nov 2012 12:44:42 -0600 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA5Iigjp003138; Mon, 5 Nov 2012 12:44:42 -0600 Date: Mon, 5 Nov 2012 13:44:42 -0500 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20121105184441.GG8311@edge> References: <1352080417-9792-1-git-send-email-fcooper@ti.com> <20121105182231.GF8311@edge> <5E961856-5523-41BB-B92E-EB70D61451C9@ti.com> MIME-Version: 1.0 In-Reply-To: <5E961856-5523-41BB-B92E-EB70D61451C9@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH 03/42] libjpeg-turbo: Mimic RPROVIDES fix from meta-oe master 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: Mon, 05 Nov 2012 18:44:45 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ah, and I thought I already pushed those two. Apparently they got lost in one of my gazillion branches I got going here... But still, it's a strange numbering schema you've got here - skipping numbers for some of the pathces you've submitted before, but not others, like this libjpeg one... Denys On Mon, Nov 05, 2012 at 01:32:25PM -0500, Cooper Jr., Franklin wrote: > The first two were patches I sent awhile ago. One was the creation of the > connectivity task and the was ti-tisdk-setup > > On Nov 5, 2012, at 12:22 PM, "Dmytriyenko, Denys" wrote: > > > I think some patches are missing. I counted only 40 out of 42 - #1 and #2 seem > > to be missing... > > > > > > On Sun, Nov 04, 2012 at 07:52:58PM -0600, Franklin S. Cooper Jr wrote: > >> * Add the changes incorporated by the patch > >> "libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpeg" > >> currently applied to meta-oe master. > >> * When the above patch is applied to the denzil branch then this commit > >> can be reverted. > >> > >> Signed-off-by: Franklin S. Cooper Jr > >> --- > >> .../recipes-core/jpeg/libjpeg-turbo_svn.bbappend | 9 +++++++++ > >> 1 files changed, 9 insertions(+), 0 deletions(-) > >> create mode 100644 meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend > >> > >> diff --git a/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend b/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend > >> new file mode 100644 > >> index 0000000..08c085d > >> --- /dev/null > >> +++ b/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend > >> @@ -0,0 +1,9 @@ > >> +PRINC := "${@int(PRINC) + 1}" > >> + > >> +# Temporarily add this append which incorporates the changes of meta-oe master > >> +# patch "libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpeg" > >> +# commit id 662fd013adcbee8c59f4f475a11911c3267eae90. > >> + > >> +RPROVIDES_${PN} += "jpeg" > >> +RREPLACES_${PN} += "jpeg" > >> +RCONFLICTS_${PN} += "jpeg" > >> -- > >> 1.7.0.4 > >> > >> _______________________________________________ > >> meta-arago mailing list > >> meta-arago@arago-project.org > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago