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 C68746FD1A for ; Fri, 30 May 2014 03:27:14 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s4U3RExE001928 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 29 May 2014 20:27:14 -0700 (PDT) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Thu, 29 May 2014 20:27:13 -0700 From: Hongxu Jia To: , Date: Fri, 30 May 2014 11:27:04 +0800 Message-ID: X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Cc: saul.wold@intel.com Subject: [PATCH V2 0/3] upgrade: apr to 1.5.1 and apr-utils to 1.5.3 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: Fri, 30 May 2014 03:27:21 -0000 Content-Type: text/plain Change in apr V2: - In the target build, use $BUILD_CC to compile tools/gen_test_char rather than to invoke the native one. //Hongxu The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-apr http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-apr Hongxu Jia (3): apr: upgrade to 1.5.1 apr: fix cross compiling failed apr-util: upgrade to 1.5.3 .../apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} | 4 +-- .../apr/apr/fix-cross-compiling-failed.patch | 41 ++++++++++++++++++++++ .../apr/{apr_1.4.8.bb => apr_1.5.1.bb} | 7 ++-- 3 files changed, 47 insertions(+), 5 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (93%) create mode 100644 meta/recipes-support/apr/apr/fix-cross-compiling-failed.patch rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} (89%) -- 1.8.1.2