From patchwork Thu Mar 7 21:53:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 225967 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 68B1A2C037A for ; Fri, 8 Mar 2013 08:53:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 026CDA01E3; Thu, 7 Mar 2013 21:53:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id II7LbmVYPxRk; Thu, 7 Mar 2013 21:53:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 34A98A01BC; Thu, 7 Mar 2013 21:53:53 +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 21E928F753 for ; Thu, 7 Mar 2013 21:53:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7BC0F89D21 for ; Thu, 7 Mar 2013 21:53:50 +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 ugdpLT8sRsWN for ; Thu, 7 Mar 2013 21:53:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5887E8621E for ; Thu, 7 Mar 2013 21:53:49 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id 15so1823903wgd.16 for ; Thu, 07 Mar 2013 13:53:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=2kl21ne0AGlQM4N6eefg5rnGPNm77CGX16r11cKNq2k=; b=k0F7SFPy8QqcGI4OlWao6OMHgD90UFqN2L6DlpWD/YMt6hUasHvjDbRnHYD515FBlJ AlECsWwE4BVy4CCta08pSMWE0AfR+luwTVe7X14RfXdD1VZIcNhIZuHUZU5EW8tep3rE r1Aj6f5nVheA2Cedc1kBNEkklc+iibOUfXr1MMedOBOEv588MKxk9LJCwbLfYhZ+oFHo UPOcj9rjlC/l4C+j6W6ru07mvh0V8xeC0noxo9/xbFvXrElf00GF00ywXqrbO/nPlbuV gqL02XI6B8vbtAipCN60RJ+CPO1LOVsbp8zvT4vfIaeDht7CgmKaL77rpw0L37NwFBX4 g9Zw== X-Received: by 10.180.73.238 with SMTP id o14mr36228922wiv.32.1362693227487; Thu, 07 Mar 2013 13:53:47 -0800 (PST) Received: from localhost.localdomain (ARennes-555-1-167-217.w2-2.abo.wanadoo.fr. [2.2.22.217]) by mx.google.com with ESMTPS id o8sm35915188wix.7.2013.03.07.13.53.45 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Mar 2013 13:53:46 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Thu, 7 Mar 2013 22:53:39 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request v2] Pull request for branch yem-misc 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 Hello All! This series is a based on Richard's tzdata initial series, with some fixes discussed during the Developper's Day. Changes v1 -> v2: - rebased on master Changes since Richard's post -> v1: - install POSIX time zones only once - path to 'zic' is exported by the 'zic' package The following changes since commit 203c30796e232faaf3a7de19090657bf3e7db16a: rpi-userland: provides OpenGL ES, EGL and OpenVG (2013-03-06 22:18:39 +0100) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-misc Richard Braun (2): package/zic: new host package package/tzdata: new package package/Config.in | 1 + package/tzdata/Config.in | 20 ++++++++++++++ package/tzdata/tzdata.mk | 46 ++++++++++++++++++++++++++++++++ package/zic/zic-fix-dependencies.patch | 27 ++++++++++++++++++ package/zic/zic.mk | 29 ++++++++++++++++++++ 5 files changed, 123 insertions(+), 0 deletions(-) create mode 100644 package/tzdata/Config.in create mode 100644 package/tzdata/tzdata.mk create mode 100644 package/zic/zic-fix-dependencies.patch create mode 100644 package/zic/zic.mk Regards, Yann E. MORIN