From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vms173017pub.verizon.net ([206.46.173.17]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1P64gt-0001H7-2Y for openembedded-devel@lists.openembedded.org; Wed, 13 Oct 2010 19:00:36 +0200 Received: from gandalf.denix.org ([unknown] [71.255.228.135]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LA800HAHN7JJIM5@vms173017.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Wed, 13 Oct 2010 11:59:50 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id A14AA14AF64; Wed, 13 Oct 2010 12:59:43 -0400 (EDT) Date: Wed, 13 Oct 2010 12:59:43 -0400 From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Message-id: <20101013165943.GD11514@denix.org> References: <1286978491-13427-1-git-send-email-Chase.Maupin@ti.com> <1286978491-13427-4-git-send-email-Chase.Maupin@ti.com> MIME-version: 1.0 In-reply-to: <1286978491-13427-4-git-send-email-Chase.Maupin@ti.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-SA-Exim-Connect-IP: 206.46.173.17 X-SA-Exim-Mail-From: denis@denix.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Cc: Chase Maupin Subject: Re: [PATCH 4/5] matrix-gui: use INC_PR in versioned recipes X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 17:00:36 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Wed, Oct 13, 2010 at 09:01:30AM -0500, Chase Maupin wrote: > * Added an INC_PR to the matrix-gui.inc file to be used > by the individual version recipes. > * Modified the version recipes to use INC_PR in their PR setting. > > Signed-off-by: Chase Maupin Acked-by: Denys Dmytriyenko > --- > recipes/ti/matrix-gui.inc | 2 ++ > recipes/ti/matrix-gui_1.1.bb | 2 +- > recipes/ti/matrix-gui_1.2.bb | 2 +- > 3 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/recipes/ti/matrix-gui.inc b/recipes/ti/matrix-gui.inc > index 871240f..a2a2721 100644 > --- a/recipes/ti/matrix-gui.inc > +++ b/recipes/ti/matrix-gui.inc > @@ -4,6 +4,8 @@ LICENSE = "BSD" > SECTION = "multimedia" > PRIORITY = "optional" > > +INC_PR = "r18" > + > COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" > > PLATFORM_dm365 = "dm365" > diff --git a/recipes/ti/matrix-gui_1.1.bb b/recipes/ti/matrix-gui_1.1.bb > index 22a8b86..f14e207 100644 > --- a/recipes/ti/matrix-gui_1.1.bb > +++ b/recipes/ti/matrix-gui_1.1.bb > @@ -4,4 +4,4 @@ COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)" > > SRCREV = "136" > PV = "1.1" > -PR = "r17" > +PR = "${INC_PR}.0" > diff --git a/recipes/ti/matrix-gui_1.2.bb b/recipes/ti/matrix-gui_1.2.bb > index 486fd2d..6837605 100644 > --- a/recipes/ti/matrix-gui_1.2.bb > +++ b/recipes/ti/matrix-gui_1.2.bb > @@ -2,4 +2,4 @@ require matrix-gui.inc > > SRCREV = "146" > PV = "1.2" > -PR = "r0" > +PR = "${INC_PR}.0" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel