From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 416BC6FB5D for ; Wed, 4 Jun 2014 01:28:43 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s541SgOl024161 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 3 Jun 2014 18:28:43 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Tue, 3 Jun 2014 18:28:42 -0700 Message-ID: <538E763F.60600@windriver.com> Date: Wed, 4 Jun 2014 09:28:31 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Saul Wold , References: <538D6C23.9060405@intel.com> In-Reply-To: <538D6C23.9060405@intel.com> Subject: Re: [PATCH 1/3] apr: upgrade to 1.5.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 04 Jun 2014 01:28:44 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Got it, I am working on it. //Hongxu On 06/03/2014 02:33 PM, Saul Wold wrote: > On 05/29/2014 08:27 PM, Hongxu Jia wrote: >> The LICENSE has no change, except a newline added. >> >> Signed-off-by: Hongxu Jia >> --- >> meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} (91%) >> >> diff --git a/meta/recipes-support/apr/apr_1.4.8.bb >> b/meta/recipes-support/apr/apr_1.5.1.bb >> similarity index 91% >> rename from meta/recipes-support/apr/apr_1.4.8.bb >> rename to meta/recipes-support/apr/apr_1.5.1.bb >> index 0a77ad7..7f2d2ca 100644 >> --- a/meta/recipes-support/apr/apr_1.4.8.bb >> +++ b/meta/recipes-support/apr/apr_1.5.1.bb >> @@ -4,7 +4,7 @@ SECTION = "libs" >> DEPENDS = "util-linux" >> >> LICENSE = "Apache-2.0" >> -LIC_FILES_CHKSUM = >> "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ >> +LIC_FILES_CHKSUM = >> "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \ >> file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96" >> >> BBCLASSEXTEND = "native" >> @@ -16,8 +16,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ >> file://run-ptest \ >> " >> >> -SRC_URI[md5sum] = "ce2ab01a0c3cdb71cf0a6326b8654f41" >> -SRC_URI[sha256sum] = >> "61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421" >> +SRC_URI[md5sum] = "5486180ec5a23efb5cae6d4292b300ab" >> +SRC_URI[sha256sum] = >> "e94abe431d4da48425fcccdb27b469bd0f8151488f82e5630a56f26590e198ac" >> >> inherit autotools-brokensep lib_package binconfig multilib_header >> ptest >> >> > There may be an issue with your apr udpate: > > https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/122/steps/BuildImages/logs/stdio > > > > Sau! >