From patchwork Thu Oct 24 09:46:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 285852 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 252322C020A for ; Thu, 24 Oct 2013 20:46:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 39F3489D2C; Thu, 24 Oct 2013 09:46:25 +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 f5eUYb5GFwBj; Thu, 24 Oct 2013 09:46:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 017498AFDA; Thu, 24 Oct 2013 09:46:21 +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 73FEA1C2C81 for ; Thu, 24 Oct 2013 09:46:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 695038C70E for ; Thu, 24 Oct 2013 09:46:20 +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 fXUnHHo32obb for ; Thu, 24 Oct 2013 09:46:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id 025A18C524 for ; Thu, 24 Oct 2013 09:46:18 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1VZHU4-0006kf-2b; Thu, 24 Oct 2013 11:45:42 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1VZHUa-000848-6T; Thu, 24 Oct 2013 11:46:12 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Thu, 24 Oct 2013 11:46:11 +0200 Message-Id: <1382607972-30863-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.8.4.rc3 Subject: [Buildroot] [PATCH 1/2] webkit: number the patches 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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- ...t-autotools.patch => webkit-0001-build-fix-for-32-bit-autotools.patch} | 0 ...-for-gtklauncher.patch => webkit-0002-build-fix-for-gtklauncher.patch} | 0 ...it-detect-harfbuzz-icu.patch => webkit-0003-detect-harfbuzz-icu.patch} | 0 ...webkit-disable-docrebase.patch => webkit-0004-disable-docrebase.patch} | 0 .../{webkit-disable-tests.patch => webkit-0005-disable-tests.patch} | 0 package/webkit/{webkit-execinfo_h.patch => webkit-0006-execinfo_h.patch} | 0 package/webkit/{webkit-mips-dfg.patch => webkit-0007-mips-dfg.patch} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename package/webkit/{webkit-build-fix-for-32-bit-autotools.patch => webkit-0001-build-fix-for-32-bit-autotools.patch} (100%) rename package/webkit/{webkit-build-fix-for-gtklauncher.patch => webkit-0002-build-fix-for-gtklauncher.patch} (100%) rename package/webkit/{webkit-detect-harfbuzz-icu.patch => webkit-0003-detect-harfbuzz-icu.patch} (100%) rename package/webkit/{webkit-disable-docrebase.patch => webkit-0004-disable-docrebase.patch} (100%) rename package/webkit/{webkit-disable-tests.patch => webkit-0005-disable-tests.patch} (100%) rename package/webkit/{webkit-execinfo_h.patch => webkit-0006-execinfo_h.patch} (100%) rename package/webkit/{webkit-mips-dfg.patch => webkit-0007-mips-dfg.patch} (100%) diff --git a/package/webkit/webkit-build-fix-for-32-bit-autotools.patch b/package/webkit/webkit-0001-build-fix-for-32-bit-autotools.patch similarity index 100% rename from package/webkit/webkit-build-fix-for-32-bit-autotools.patch rename to package/webkit/webkit-0001-build-fix-for-32-bit-autotools.patch diff --git a/package/webkit/webkit-build-fix-for-gtklauncher.patch b/package/webkit/webkit-0002-build-fix-for-gtklauncher.patch similarity index 100% rename from package/webkit/webkit-build-fix-for-gtklauncher.patch rename to package/webkit/webkit-0002-build-fix-for-gtklauncher.patch diff --git a/package/webkit/webkit-detect-harfbuzz-icu.patch b/package/webkit/webkit-0003-detect-harfbuzz-icu.patch similarity index 100% rename from package/webkit/webkit-detect-harfbuzz-icu.patch rename to package/webkit/webkit-0003-detect-harfbuzz-icu.patch diff --git a/package/webkit/webkit-disable-docrebase.patch b/package/webkit/webkit-0004-disable-docrebase.patch similarity index 100% rename from package/webkit/webkit-disable-docrebase.patch rename to package/webkit/webkit-0004-disable-docrebase.patch diff --git a/package/webkit/webkit-disable-tests.patch b/package/webkit/webkit-0005-disable-tests.patch similarity index 100% rename from package/webkit/webkit-disable-tests.patch rename to package/webkit/webkit-0005-disable-tests.patch diff --git a/package/webkit/webkit-execinfo_h.patch b/package/webkit/webkit-0006-execinfo_h.patch similarity index 100% rename from package/webkit/webkit-execinfo_h.patch rename to package/webkit/webkit-0006-execinfo_h.patch diff --git a/package/webkit/webkit-mips-dfg.patch b/package/webkit/webkit-0007-mips-dfg.patch similarity index 100% rename from package/webkit/webkit-mips-dfg.patch rename to package/webkit/webkit-0007-mips-dfg.patch