From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3345CE00294 for ; Thu, 13 Dec 2012 14:53:18 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id CCAABF8120E; Thu, 13 Dec 2012 15:53:17 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 57CF3F8120E; Thu, 13 Dec 2012 15:53:17 -0700 (MST) Message-ID: <50CA5C74.6020304@gmail.com> Date: Thu, 13 Dec 2012 15:53:40 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1355437865-3273-1-git-send-email-andrei.gherzan@windriver.com> In-Reply-To: <1355437865-3273-1-git-send-email-andrei.gherzan@windriver.com> Subject: Re: [PATCH 1/5] mesa-dri: Sync with version from oe-core X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 22:53:18 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-12-13 15:31, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan Note: you should prefix your subject with [meta-fsl-arm] so it's obvious which repository these are against (see the README) Also, shouldn't most of these have ended up as renames (-M)? > --- > recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 7 ------- > recipes-graphics/mesa/mesa-dri_8.0.5.bbappend | 7 +++++++ > 2 files changed, 7 insertions(+), 7 deletions(-) > delete mode 100644 recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > create mode 100644 recipes-graphics/mesa/mesa-dri_8.0.5.bbappend > > diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > deleted file mode 100644 > index 8b5cfe6..0000000 > --- a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend > +++ /dev/null > @@ -1,7 +0,0 @@ > -PRINC := "${@int(PRINC) + 2}" > - > -PROVIDES_mx5 = "virtual/libgl" > -PROVIDES_mx6 = "virtual/libgl" > - > -PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" > -PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" > diff --git a/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend > new file mode 100644 > index 0000000..8b5cfe6 > --- /dev/null > +++ b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend > @@ -0,0 +1,7 @@ > +PRINC := "${@int(PRINC) + 2}" > + > +PROVIDES_mx5 = "virtual/libgl" > +PROVIDES_mx6 = "virtual/libgl" > + > +PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" > +PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" >