From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (unknown [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 11DB86FBB4 for ; Wed, 28 May 2014 09:05:37 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s4S95cNX005996 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 28 May 2014 02:05:38 -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; Wed, 28 May 2014 02:05:37 -0700 From: Hongxu Jia To: Date: Wed, 28 May 2014 17:05:30 +0800 Message-ID: X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Cc: saul.wold@intel.com Subject: [PATCH 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: Wed, 28 May 2014 09:05:39 -0000 Content-Type: text/plain 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 | 46 ++++++++++++++++++++++ .../apr/{apr_1.4.8.bb => apr_1.5.1.bb} | 14 +++++-- 3 files changed, 59 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} (84%) -- 1.8.1.2