From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Sp456-0006lF-VZ for openembedded-core@lists.openembedded.org; Wed, 11 Jul 2012 23:04:21 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 11 Jul 2012 13:53:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="170658179" Received: from unknown (HELO [10.255.12.214]) ([10.255.12.214]) by orsmga002.jf.intel.com with ESMTP; 11 Jul 2012 13:53:07 -0700 Message-ID: <4FFDE7B3.8050804@linux.intel.com> Date: Wed, 11 Jul 2012 13:53:07 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1342015854-30040-1-git-send-email-koen@dominion.thruhere.net> In-Reply-To: <1342015854-30040-1-git-send-email-koen@dominion.thruhere.net> Cc: Koen Kooi Subject: Re: [PATCH] xz: update to 5.1.2alpha 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: Wed, 11 Jul 2012 21:04:21 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/11/2012 07:10 AM, Koen Kooi wrote: > This contains bugfixes from the 5.0.3 and 5.0.4 releases > > Signed-off-by: Koen Kooi > --- > meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > rename meta/recipes-extended/xz/{xz_5.1.1alpha.bb => xz_5.1.2alpha.bb} (86%) > > diff --git a/meta/recipes-extended/xz/xz_5.1.1alpha.bb b/meta/recipes-extended/xz/xz_5.1.2alpha.bb > similarity index 86% > rename from meta/recipes-extended/xz/xz_5.1.1alpha.bb > rename to meta/recipes-extended/xz/xz_5.1.2alpha.bb > index 7fa7177..9d68720 100644 > --- a/meta/recipes-extended/xz/xz_5.1.1alpha.bb > +++ b/meta/recipes-extended/xz/xz_5.1.2alpha.bb > @@ -10,11 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ > file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 " > > SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" > - > -SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104" > -SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a" > - > -PR = "r0" > +SRC_URI[md5sum] = "9bad1e249537ce69b206815cf28ca87b" > +SRC_URI[sha256sum] = "70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5" > > inherit autotools gettext > > How stable is this alpha release? We don't generally take up re-releases, correct? Sau!