From patchwork Fri Jan 24 19:57:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1229020 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.a=rsa-sha256 header.s=a1 header.b=mCBI9D1y; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48490D5g93z9sRR for ; Sat, 25 Jan 2020 06:57:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8950D22816; Fri, 24 Jan 2020 19:57:14 +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 gEYHviA5RAQy; Fri, 24 Jan 2020 19:57:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9EA3B228A0; Fri, 24 Jan 2020 19:57:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id DAD161BF263 for ; Fri, 24 Jan 2020 19:57:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D6020228A4 for ; Fri, 24 Jan 2020 19:57:11 +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 997FnfCq1nAt for ; Fri, 24 Jan 2020 19:57:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtpweb146.aruba.it (smtpweb146.aruba.it [62.149.158.146]) by silver.osuosl.org (Postfix) with ESMTP id 8AC4822816 for ; Fri, 24 Jan 2020 19:57:09 +0000 (UTC) Received: from ubuntu.localdomain ([146.241.70.103]) by smtpcmd05.ad.aruba.it with bizsmtp id uKx62100J2DhmGq01Kx6cR; Fri, 24 Jan 2020 20:57:07 +0100 From: Giulio Benetti To: buildroot@buildroot.org Date: Fri, 24 Jan 2020 20:57:03 +0100 Message-Id: <20200124195704.115545-1-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1579895827; bh=UE4hgJJ92b3KHJcZksyDBpFXt9uvBpnEuTwaaFms/YU=; h=From:To:Subject:Date:MIME-Version; b=mCBI9D1y0X285aPao+0ne/Q12Ss015ufBK0eaGjf2Df26E/OdSykr+VpfMDQH77Ry xx8+luZ69QDn7OOY3eMG4mddDSxiim3ZF+BverX9YzZ8yLrxNE0sOL0ngSbY6uZ1aE uuH8qO9y4dZLQcI5K9OUrQ3hY6YFD89SKhbFS5YRx9JWz4sELxACzdCs8kyBrXu1co +1jfoFnufDTseGyIVUmiVRPyFo2NtLJt/WLP8jJ7zY0TPuquwuZmOFT2/WnMIJ4LkZ zPmxKvyqcA0mz0ochQaP6dX7XoahGE7TsdGy34ykO5PwdCck7H90eroDFeoTsFwfFw rRnXjnB8AbVtw== Subject: [Buildroot] [PATCH 1/2] package/libnss: rename patch number X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Joseph Kogut , Giulio Benetti Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" At the moment there are 2 patches with the same id(0001-xxx.patch) so let's rename one of them to 0002-xxx.patch. Signed-off-by: Giulio Benetti --- ...> 0002-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/libnss/{0001-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch => 0002-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch} (100%) diff --git a/package/libnss/0001-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch b/package/libnss/0002-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch similarity index 100% rename from package/libnss/0001-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch rename to package/libnss/0002-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch