From patchwork Sun Apr 20 14:05:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 340524 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 30DA214009C for ; Mon, 21 Apr 2014 00:05:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7A19E9A83E; Sun, 20 Apr 2014 14:05:57 +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 9Db76qjTV5KQ; Sun, 20 Apr 2014 14:05:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 02C459A964; Sun, 20 Apr 2014 14:05:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 59C4A1BF836 for ; Sun, 20 Apr 2014 14:05:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5305A25A64 for ; Sun, 20 Apr 2014 14:05:55 +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 NhyoQOjMobAi for ; Sun, 20 Apr 2014 14:05:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by silver.osuosl.org (Postfix) with ESMTPS id 989C926CAA for ; Sun, 20 Apr 2014 14:05:54 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id b13so1949493wgh.29 for ; Sun, 20 Apr 2014 07:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=xd00oD6wVptWMy2yv9Wf49oaiRsml5kNeNOlm6csiOo=; b=RLcL4fJNXNT5v8dE7oftHoLydIeVJDrWAPSUjc9ftJHzdhvztCbPNYaYcwEkIxDksK u8DL2sqbEFIF+3zlUucn2vw6Ec9+1v7I9VwhBz6DFLj9kz5UqtcQPnNVj3HBdKef/0t2 p7UcHju3Ie3X5Ex7ajGUPZvG4ysnarE7fO7Of1J4qEE/6OspgB7sL3CqCKemfOJ9Rwew wx5ZNaiTqnCppAtAeS7G7ZrjwOb2icoB2/N4DRtWBIM6F8gXfyAXehYNM2eopanKAEVz PWreb0q+k/DeU3/m6netChgOJ5tzMisUIemouaHPjXivKtP6r5E4Bpej62XwmDN93/xk 6cQA== X-Received: by 10.180.81.228 with SMTP id d4mr10041468wiy.49.1398002752826; Sun, 20 Apr 2014 07:05:52 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id hg18sm10026571wib.19.2014.04.20.07.05.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Apr 2014 07:05:52 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 20 Apr 2014 16:05:45 +0200 Message-Id: <1398002746-30716-1-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.9.2 Subject: [Buildroot] [PATCH 1/2] nodejs: add sequence number to the patch filenames 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: Samuel Martin --- ...z2-dependency.patch => nodejs-0001-remove-python-bz2-dependency.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/nodejs/{nodejs-remove-python-bz2-dependency.patch => nodejs-0001-remove-python-bz2-dependency.patch} (100%) diff --git a/package/nodejs/nodejs-remove-python-bz2-dependency.patch b/package/nodejs/nodejs-0001-remove-python-bz2-dependency.patch similarity index 100% rename from package/nodejs/nodejs-remove-python-bz2-dependency.patch rename to package/nodejs/nodejs-0001-remove-python-bz2-dependency.patch