From patchwork Sat Mar 21 12:01:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 452937 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 3B85E140142 for ; Sat, 21 Mar 2015 23:02:06 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=RD+FpLhI; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5B65195AE5; Sat, 21 Mar 2015 12:02:05 +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 vvFN7JlwJh3n; Sat, 21 Mar 2015 12:02:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B1B599588D; Sat, 21 Mar 2015 12:02:03 +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 5C79F1BF978 for ; Sat, 21 Mar 2015 12:01:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 59653921D3 for ; Sat, 21 Mar 2015 12:01:58 +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 dzFOhYjjPZ4S for ; Sat, 21 Mar 2015 12:01:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id EB651921CD for ; Sat, 21 Mar 2015 12:01:56 +0000 (UTC) Received: by wibg7 with SMTP id g7so6696707wib.1 for ; Sat, 21 Mar 2015 05:01:55 -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:in-reply-to:references; bh=ge4UXfYeS9kTRL+AIP0SmHOPckv4UjYFB5a6cqW8KdA=; b=RD+FpLhICcAywaFnTdrgSzYpSpV1oFMbERAKzz2xmWVU+oZ4EAVcQ0PFMDXw/uRYzI HSHLQcp7ESkwNhyB4bmtPaq9iq6+jKyDBUg4NBaqy0XxGu3XTIEfEit9UH19QdAZT7Oo F3bO/HAzd3FhXc90DCuA8hX+M/09ojdB2veROyNd1vqj83iaPICpypAy0k4kL83rOHd1 7vvpHl4PxGox3+2xdtpmpPJMkXcJgHeGJwInFs4rSVuGz4zXxqLnrVXRo+EMu8OKbWNt x1F+Xe9GFe9142qOlEjpp/vXYFsAJ8bSVu4ca7/44yrHqG4nDAI1mINWqdS4Yz7gztVD kzAQ== X-Received: by 10.180.94.199 with SMTP id de7mr4011317wib.53.1426939315579; Sat, 21 Mar 2015 05:01:55 -0700 (PDT) Received: from xubuntu-14.localdomain (233.184.204.77.rev.sfr.net. [77.204.184.233]) by mx.google.com with ESMTPSA id nb4sm10349882wjc.20.2015.03.21.05.01.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 21 Mar 2015 05:01:55 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Sat, 21 Mar 2015 13:01:38 +0100 Message-Id: <1426939298-12095-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426939298-12095-1-git-send-email-francois.perrad@gadz.org> References: <1426939298-12095-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [V2 2/2] ljlinenoise: remove dependency on some architecture 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" ljsyscall is available for all arch supported by LuaJIT. Signed-off-by: Francois Perrad --- package/ljlinenoise/Config.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/ljlinenoise/Config.in b/package/ljlinenoise/Config.in index 17be1be..be83bdb 100644 --- a/package/ljlinenoise/Config.in +++ b/package/ljlinenoise/Config.in @@ -4,8 +4,6 @@ config BR2_PACKAGE_LJLINENOISE select BR2_PACKAGE_LJSYSCALL # ljsyscall is specifically for LuaJIT, not Lua. depends on BR2_PACKAGE_LUAJIT - # ljsyscall is only available for some target architectures - depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_arm || BR2_armeb help ljlinenoise is a pure LuaJIT port of linenoise, a small alternative to readline and libedit. @@ -14,4 +12,3 @@ config BR2_PACKAGE_LJLINENOISE comment "ljlinenoise needs LuaJIT" depends on !BR2_PACKAGE_LUAJIT - depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_arm || BR2_armeb