From patchwork Mon Aug 6 05:46:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 175264 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0638E2C009A for ; Mon, 6 Aug 2012 15:48:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 329878C0FE; Mon, 6 Aug 2012 05:48:44 +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 QTghQAYQd5Al; Mon, 6 Aug 2012 05:48:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 073A08C105; Mon, 6 Aug 2012 05:48:36 +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 9FC8E8F75B for ; Mon, 6 Aug 2012 05:47:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D8908C0D2 for ; Mon, 6 Aug 2012 05:47:47 +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 hJTX0YCgTCSD for ; Mon, 6 Aug 2012 05:47:32 +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 30F8B8A562 for ; Mon, 6 Aug 2012 05:47:27 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hm2so989942wib.10 for ; Sun, 05 Aug 2012 22:47:26 -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=UcIy3n9zuONWMxkflJT7dPmmueXqdm19YKyQlGoFftg=; b=nJjVAv2tbUL4L9asRN1Vh3tCO2Qx+nWHeVuXrSm71nDoFjCdluXEVqAhqEZD6KEaLe 0dkl/9cNoBufK2xGuTfAh4GJNCAPYfB7V9tfkqLxysD95e8tlhqGwEbV9qTl0BgebWLE H6iko/Ir2+4mE4u1fzBMmtLJS/vKi98SehCeJYqxENJkPv811NVK+pKOVIMfuKjTrF/a B2N/zskUzaRVGVFQGON/Kx2HGBmI6nSEZy7GyMKA7gUF+VqncXDJ1G3hwn1ZPuuahlNw EjCHvKYVdFbGK+GiAATPux0kIV3CqCH4XPkw+jWL0zkwojFQKy849Zh/jYpKLPJ+/hjx zMhA== Received: by 10.180.20.99 with SMTP id m3mr15440772wie.16.1344232046848; Sun, 05 Aug 2012 22:47:26 -0700 (PDT) Received: from xubuntu-12.04 (125.135.193.77.rev.sfr.net. [77.193.135.125]) by mx.google.com with ESMTPS id t8sm13743425wiy.3.2012.08.05.22.47.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Aug 2012 22:47:26 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Mon, 6 Aug 2012 07:46:43 +0200 Message-Id: <1344232007-3085-5-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344232007-3085-1-git-send-email-francois.perrad@gadz.org> References: <1344232007-3085-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 5/9] luafilesystem: add license info 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/luafilesystem/luafilesystem.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk index 17f2bd6..8553212 100644 --- a/package/luafilesystem/luafilesystem.mk +++ b/package/luafilesystem/luafilesystem.mk @@ -7,6 +7,7 @@ LUAFILESYSTEM_VERSION = 1.5.0 LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem LUAFILESYSTEM_DEPENDENCIES = lua +LUAFILESYSTEM_LICENSE = MIT ifeq ($(BR2_LARGEFILE),y) LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE