From patchwork Sat Sep 8 12:28:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 182568 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 067342C0098 for ; Sat, 8 Sep 2012 22:30:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id ADC3A100FA2; Sat, 8 Sep 2012 12:30:41 +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 RCF01EyGkMmn; Sat, 8 Sep 2012 12:30:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3CA84103B5E; Sat, 8 Sep 2012 12:29:31 +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 B04C98F74A for ; Sat, 8 Sep 2012 12:29:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BA16889B3D for ; Sat, 8 Sep 2012 12:29: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 h6KtgJJJZwqn for ; Sat, 8 Sep 2012 12:29:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id EA6C38143C for ; Sat, 8 Sep 2012 12:29:19 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id s43so555598wey.16 for ; Sat, 08 Sep 2012 05:29:19 -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:x-mailer:in-reply-to:references; bh=YzgYqDlC06gfXeuQlL7+rdozP1fUOTUitjNa8PPRacc=; b=wbGpuLRVxT7TJ0FRk33UxwhjtrL+M6OiPGByCZttq5VlPzf9USbMHnccB22pt2iWu1 QIvSUk2HmZUZnx7YsWxAEM1vN8MXtVhKfKkYoSHuds6PaFnyUaySwRg3edtbCdfk0onp WmkDgcapKGx8h7lIFXtF/q5pgqw3XVFz83HaQKETJSrLI/VBld4ZXsZBUOIpMyuZPwIL Bc5AVPVa0qMQ+yS8hkJde6Alh8r+zhpF1BPzUaHN9KZ8QlROSsaAU8xIyEzA5NxxNDaS EjUTt1pI9B5y6BDDpCV6v/SIJ8a/7Lr6QW55VNmFZlUrh+x5QL1XxFHdViMJUgPL4MWT 2qNg== Received: by 10.216.245.135 with SMTP id o7mr4559581wer.40.1347107359655; Sat, 08 Sep 2012 05:29:19 -0700 (PDT) Received: from xubuntu-12.04 (147.165.22.93.rev.sfr.net. [93.22.165.147]) by mx.google.com with ESMTPS id el6sm4686734wib.8.2012.09.08.05.29.18 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Sep 2012 05:29:19 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Sat, 8 Sep 2012 14:28:45 +0200 Message-Id: <1347107325-4163-13-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347107325-4163-1-git-send-email-francois.perrad@gadz.org> References: <1347107325-4163-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 13/13] microperl: mark as DEPRECATED 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: Francois Perrad --- package/microperl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/microperl/Config.in b/package/microperl/Config.in index 66bbedd..19d104a 100644 --- a/package/microperl/Config.in +++ b/package/microperl/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_MICROPERL bool "microperl" # needs fork() depends on BR2_USE_MMU + depends on BR2_DEPRECATED help Perl without operating-specific functions such as readdir.