From patchwork Wed Aug 6 18:31:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 377339 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 9A1E8140087 for ; Thu, 7 Aug 2014 04:31:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C59AB8A2ED; Wed, 6 Aug 2014 18:31:14 +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 v3AA6-FHeo+n; Wed, 6 Aug 2014 18:31:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3D41D8A280; Wed, 6 Aug 2014 18:31:14 +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 01C901C2237 for ; Wed, 6 Aug 2014 18:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F09748C975 for ; Wed, 6 Aug 2014 18:31:13 +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 ezEp6BP8SYzE for ; Wed, 6 Aug 2014 18:31:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1B8798C990 for ; Wed, 6 Aug 2014 18:31:12 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id A89CD440BBF; Wed, 6 Aug 2014 21:31:09 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Wed, 6 Aug 2014 21:31:02 +0300 Message-Id: X-Mailer: git-send-email 2.0.1 In-Reply-To: <5bbe7610b89e16341ca9456ae5b8aad67652b61b.1407349862.git.baruch@tkos.co.il> References: <5bbe7610b89e16341ca9456ae5b8aad67652b61b.1407349862.git.baruch@tkos.co.il> Subject: [Buildroot] [PATCH 2/2] python: renumber patch 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 Advance the serial number of a patch from 015 to 016 to avoid collision and confusion. Signed-off-by: Baruch Siach --- ...al-ioctl-workaround.patch => python-016-serial-ioctl-workaround.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/python/{python-015-serial-ioctl-workaround.patch => python-016-serial-ioctl-workaround.patch} (100%) diff --git a/package/python/python-015-serial-ioctl-workaround.patch b/package/python/python-016-serial-ioctl-workaround.patch similarity index 100% rename from package/python/python-015-serial-ioctl-workaround.patch rename to package/python/python-016-serial-ioctl-workaround.patch