From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SrAey-0001yp-7r for openembedded-core@lists.openembedded.org; Tue, 17 Jul 2012 18:30:04 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Jul 2012 09:18:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="193988927" Received: from unknown (HELO [10.255.12.178]) ([10.255.12.178]) by fmsmga002.fm.intel.com with ESMTP; 17 Jul 2012 09:18:43 -0700 Message-ID: <50059063.3010206@linux.intel.com> Date: Tue, 17 Jul 2012 09:18:43 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1342084437-15520-1-git-send-email-bogdan.a.marinescu@intel.com> In-Reply-To: <1342084437-15520-1-git-send-email-bogdan.a.marinescu@intel.com> Subject: Re: [PATCH] gmp: upgrade to 5.0.5 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 16:30:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/12/2012 02:13 AM, Bogdan Marinescu wrote: > Signed-off-by: Bogdan Marinescu > --- > .../gmp/{gmp_5.0.4.bb => gmp_5.0.5.bb} | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > rename meta/recipes-support/gmp/{gmp_5.0.4.bb => gmp_5.0.5.bb} (72%) > > diff --git a/meta/recipes-support/gmp/gmp_5.0.4.bb b/meta/recipes-support/gmp/gmp_5.0.5.bb > similarity index 72% > rename from meta/recipes-support/gmp/gmp_5.0.4.bb > rename to meta/recipes-support/gmp/gmp_5.0.5.bb > index f794438..2058868 100644 > --- a/meta/recipes-support/gmp/gmp_5.0.4.bb > +++ b/meta/recipes-support/gmp/gmp_5.0.5.bb > @@ -2,7 +2,6 @@ require gmp.inc > LICENSE="LGPLv3&GPLv3" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ > file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" > -PR = "r1" > > SRC_URI_append = " file://use-includedir.patch \ > file://gmp_fix_for_x32.patch \ > @@ -11,5 +10,5 @@ SRC_URI_append = " file://use-includedir.patch \ > > export CC_FOR_BUILD = "${BUILD_CC}" > > -SRC_URI[md5sum] = "50c3edcb7c9438e04377ee9a1a061b79" > -SRC_URI[sha256sum] = "35d4aade3e4bdf0915c944599b10d23f108ffedf6c3188aeec52221c5cf9a06f" > +SRC_URI[md5sum] = "041487d25e9c230b0c42b106361055fe" > +SRC_URI[sha256sum] = "1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9" > Merged into OE-Core Thanks Sau!