From patchwork Sat Nov 10 21:42:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 198210 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 1B6122C0087 for ; Sun, 11 Nov 2012 08:43:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 55A3F101B93; Sat, 10 Nov 2012 21:43:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y+iX3yseQgeF; Sat, 10 Nov 2012 21:43:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A6CE3101B2F; Sat, 10 Nov 2012 21:43:09 +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 824838F74A for ; Sat, 10 Nov 2012 21:43:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 39E608CA2D for ; Sat, 10 Nov 2012 21:43:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yk0+XvwyZoFz for ; Sat, 10 Nov 2012 21:43:13 +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 F18D78AA62 for ; Sat, 10 Nov 2012 21:43:12 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 2397618D; Sat, 10 Nov 2012 22:42:42 +0100 (CET) Received: from localhost (37-8-163-215.coucou-networks.fr [37.8.163.215]) by mail.free-electrons.com (Postfix) with ESMTPSA id E75E416D for ; Sat, 10 Nov 2012 22:42:27 +0100 (CET) From: Thomas Petazzoni To: buildroot@busybox.net Date: Sat, 10 Nov 2012 22:42:39 +0100 Message-Id: <5a5cf39031fdf15b1f128461b5bab79e2de0043c.1352583641.git.thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 02/11] libtirpc: remove patch numbers from patch titles 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 patch numbers in [PATCH x/y] are quite useless within the context of Buildroot, and generate noise when patches are re-ordered. Signed-off-by: Thomas Petazzoni --- ...able-parts-of-TIRPC-requiring-NIS-support.patch | 4 ++-- ...out-RPC-support-does-not-install-rpcent.h.patch | 4 ++-- ...btirpc-0003-Add-missing-INET6-conditional.patch | 4 ++-- .../libtirpc-0004-Make-IPv6-support-optional.patch | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch b/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch index bdbe021..7caccc2 100644 --- a/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch +++ b/package/libtirpc/libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch @@ -1,7 +1,7 @@ -From f4c022c526ce061dfdd3c46f544a9495a3a3a97e Mon Sep 17 00:00:00 2001 +From cc4ec3294cb06724c83d4c4e1ea9fc2e38923c98 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 23 Jun 2012 21:57:39 +0200 -Subject: [PATCH 1/4] Disable parts of TIRPC requiring NIS support +Subject: [PATCH] Disable parts of TIRPC requiring NIS support Signed-off-by: Thomas Petazzoni --- diff --git a/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch b/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch index 0798c34..b950cb3 100644 --- a/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch +++ b/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch @@ -1,7 +1,7 @@ -From c91721dc289397dfe38fdae175f4ee37e824667c Mon Sep 17 00:00:00 2001 +From c2e96bdc453334f10faf8db0eb06e41ab3ca4fe9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 23 Jun 2012 21:58:07 +0200 -Subject: [PATCH 2/4] uClibc without RPC support does not install rpcent.h +Subject: [PATCH] uClibc without RPC support does not install rpcent.h Signed-off-by: Thomas Petazzoni --- diff --git a/package/libtirpc/libtirpc-0003-Add-missing-INET6-conditional.patch b/package/libtirpc/libtirpc-0003-Add-missing-INET6-conditional.patch index 64d3da8..a05d7ad 100644 --- a/package/libtirpc/libtirpc-0003-Add-missing-INET6-conditional.patch +++ b/package/libtirpc/libtirpc-0003-Add-missing-INET6-conditional.patch @@ -1,7 +1,7 @@ -From a4852bd653ac917165de1d41b60168cd88dc6672 Mon Sep 17 00:00:00 2001 +From a40e00a16cf43245953ad6d43a4f260a47e6d198 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 23 Jun 2012 21:58:36 +0200 -Subject: [PATCH 3/4] Add missing INET6 conditional +Subject: [PATCH] Add missing INET6 conditional Signed-off-by: Thomas Petazzoni --- diff --git a/package/libtirpc/libtirpc-0004-Make-IPv6-support-optional.patch b/package/libtirpc/libtirpc-0004-Make-IPv6-support-optional.patch index 455ad74..c93fea2 100644 --- a/package/libtirpc/libtirpc-0004-Make-IPv6-support-optional.patch +++ b/package/libtirpc/libtirpc-0004-Make-IPv6-support-optional.patch @@ -1,7 +1,7 @@ -From 1f36736733eac5080f3a4f3abd1c3a04ac42f1dd Mon Sep 17 00:00:00 2001 +From 5ce585bed328fafc99800effb5e9d1b07dbac2b7 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 24 Jun 2012 21:40:21 +0200 -Subject: [PATCH 4/4] Make IPv6 support optional +Subject: [PATCH] Make IPv6 support optional Signed-off-by: Thomas Petazzoni ---