From patchwork Wed Oct 10 15:06:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 190680 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 8CA742C008C for ; Thu, 11 Oct 2012 02:07:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E3F1310BA4F; Wed, 10 Oct 2012 15:07:48 +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 TgZaABQ0rWBE; Wed, 10 Oct 2012 15:07:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B87C5103C14; Wed, 10 Oct 2012 15:07:08 +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 1FFB28F74A for ; Wed, 10 Oct 2012 15:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 71B03893A0 for ; Wed, 10 Oct 2012 15:07:08 +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 iNowVXTWwf4p for ; Wed, 10 Oct 2012 15:07:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 43B428A303 for ; Wed, 10 Oct 2012 15:07:04 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hq4so5382574wib.10 for ; Wed, 10 Oct 2012 08:07:04 -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=KYb0va52+r4y19YHVdaaM/WjgRtFah8HSnGxMsTK+v+jsfhF1s8aF01ggUZs7+9tCM FybsmtD8jN6NQpaFufZAYdfVWWx3k/yx7DEXXBYwKWi6rzGUNjZhpOPFEm9s029FzIit 1ZEObpkL2hV86SWmGG8fmlPcxTjn++h88fp2kxNsVkM7A0udeR0EuL4iTVbp6VsGSLjq D9w66DMuJigvv5zK5DQVMQU0fy8c5ysmDQVWfxqsFl8q2gyYntB+eXTD29H2TIPkGvah xUm1PEl7TK03Osbtkj7ZwSTNKhqiLBu0HEC7TJsqaQ+ceZog/C0L4MHNsp5KJXSLyj35 KGAw== Received: by 10.180.96.129 with SMTP id ds1mr13602315wib.17.1349881623936; Wed, 10 Oct 2012 08:07:03 -0700 (PDT) Received: from xubuntu-12.04 (123.179.87.79.rev.sfr.net. [79.87.179.123]) by mx.google.com with ESMTPS id q7sm3227246wiy.11.2012.10.10.08.07.02 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 08:07:03 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Wed, 10 Oct 2012 17:06:29 +0200 Message-Id: <1349881591-7062-8-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349881591-7062-1-git-send-email-francois.perrad@gadz.org> References: <1349881591-7062-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH v10 08/10] 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.