From patchwork Wed Apr 4 14:46:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 150744 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7324EB6FD9 for ; Thu, 5 Apr 2012 00:47:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F0A7A32122; Wed, 4 Apr 2012 14:47:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QxnaTb1Et9Lp; Wed, 4 Apr 2012 14:47:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 03B743211F; Wed, 4 Apr 2012 14:47:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CF51F8F753 for ; Wed, 4 Apr 2012 14:47:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C2AF28F6F2 for ; Wed, 4 Apr 2012 14:47:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QlEV5mxUlrs4 for ; Wed, 4 Apr 2012 14:47:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 44878902F4 for ; Wed, 4 Apr 2012 14:47:14 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 708161AE; Wed, 4 Apr 2012 16:46:12 +0200 (CEST) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id 0C1F812A for ; Wed, 4 Apr 2012 16:46:02 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Wed, 4 Apr 2012 16:46:57 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 Subject: [Buildroot] [pull request] Pull request for branch for-2012.05/packages-updates X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The following changes since commit 2e59d1d7ed669fc0a8e563a37b418ea424b6eefe: e2fsprogs: bump to version 1.42.2 (2012-04-03 23:27:02 +0200) are available in the git repository at: git://git.free-electrons.com/users/maxime-ripard/buildroot.git for-2012.05/packages-updates Maxime Ripard (2): Convert gettext to autotargets Bump systemd to version 44 package/gettext/Config.in | 12 -- package/gettext/gettext.mk | 168 +++------------------------ package/gettext/libdir-la.patch | 154 ------------------------ package/systemd/systemd-fix-page-size.patch | 43 +++++++ package/systemd/systemd.mk | 24 +++-- 5 files changed, 72 insertions(+), 329 deletions(-) delete mode 100644 package/gettext/libdir-la.patch create mode 100644 package/systemd/systemd-fix-page-size.patch Thanks,