From patchwork Wed May 20 07:41:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 474200 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 6958F140781 for ; Wed, 20 May 2015 17:41:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BE445959E0; Wed, 20 May 2015 07:41:15 +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 scdQzvs6ryXT; Wed, 20 May 2015 07:41:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C4BA3959FD; Wed, 20 May 2015 07:41:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2BFF51C1F95 for ; Wed, 20 May 2015 07:41:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2651EA3525 for ; Wed, 20 May 2015 07:41:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tUBIDDfk2Ohz for ; Wed, 20 May 2015 07:41:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx02.posteo.de (mx02.posteo.de [89.146.194.165]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 29AA9A3523 for ; Wed, 20 May 2015 07:41:08 +0000 (UTC) Received: from dovecot03.posteo.de (unknown [185.67.36.28]) by mx02.posteo.de (Postfix) with ESMTPS id 538311F5E886 for ; Wed, 20 May 2015 09:41:05 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3ls5c13kywz5vN8 for ; Wed, 20 May 2015 09:41:05 +0200 (CEST) Received: from timelineX.localdomain (ip5b40199e.dynamic.kabel-deutschland.de [91.64.25.158]) (Authenticated sender: joerg.krause@embedded.rocks) by embedded.rocks (Postfix) with ESMTPSA id A47A69800C4; Wed, 20 May 2015 09:41:04 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Wed, 20 May 2015 09:41:49 +0200 Message-Id: <1432107710-3982-2-git-send-email-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1432107710-3982-1-git-send-email-joerg.krause@embedded.rocks> References: <1432107710-3982-1-git-send-email-joerg.krause@embedded.rocks> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 2/3] package/luajit: renumber patches X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jörg Krause --- package/luajit/{0004-no-bin-symlink.patch => 0001-no-bin-symlink.patch} | 0 package/luajit/{0005-install-inc.patch => 0002-install-inc.patch} | 0 package/luajit/{0006-install-so.patch => 0003-install-so.patch} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename package/luajit/{0004-no-bin-symlink.patch => 0001-no-bin-symlink.patch} (100%) rename package/luajit/{0005-install-inc.patch => 0002-install-inc.patch} (100%) rename package/luajit/{0006-install-so.patch => 0003-install-so.patch} (100%) diff --git a/package/luajit/0004-no-bin-symlink.patch b/package/luajit/0001-no-bin-symlink.patch similarity index 100% rename from package/luajit/0004-no-bin-symlink.patch rename to package/luajit/0001-no-bin-symlink.patch diff --git a/package/luajit/0005-install-inc.patch b/package/luajit/0002-install-inc.patch similarity index 100% rename from package/luajit/0005-install-inc.patch rename to package/luajit/0002-install-inc.patch diff --git a/package/luajit/0006-install-so.patch b/package/luajit/0003-install-so.patch similarity index 100% rename from package/luajit/0006-install-so.patch rename to package/luajit/0003-install-so.patch