From patchwork Fri Aug 3 02:53:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 174849 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 4D2EC2C008B for ; Fri, 3 Aug 2012 12:56:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7F4F8A05F8; Fri, 3 Aug 2012 02:56:31 +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 YqXl50RwLqI3; Fri, 3 Aug 2012 02:56:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3E7F5A0189; Fri, 3 Aug 2012 02:56:29 +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 919DD8F75B for ; Fri, 3 Aug 2012 02:54:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5D3EA8C50F for ; Fri, 3 Aug 2012 02:54:17 +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 0Fy2gASLwt5z for ; Fri, 3 Aug 2012 02:54:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qmta04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by whitealder.osuosl.org (Postfix) with ESMTP id 34FEA8CB75 for ; Fri, 3 Aug 2012 02:54:12 +0000 (UTC) Received: from omta07.westchester.pa.mail.comcast.net ([76.96.62.59]) by qmta04.westchester.pa.mail.comcast.net with comcast id i05J1j0081GhbT8542uFH9; Fri, 03 Aug 2012 02:54:15 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta07.westchester.pa.mail.comcast.net with comcast id i2uK1j0050s1VyU3T2uQGa; Fri, 03 Aug 2012 02:54:25 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Thu, 2 Aug 2012 22:53:50 -0400 Message-Id: <1343962432-2772-4-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343962432-2772-1-git-send-email-danomimanchego123@gmail.com> References: <1343962432-2772-1-git-send-email-danomimanchego123@gmail.com> Subject: [Buildroot] [PATCH 4/6] luacjson: 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: Danomi Manchego Acked-by: Luca Ceresoli --- package/luacjson/luacjson.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package/luacjson/luacjson.mk b/package/luacjson/luacjson.mk index fe92f16..1f79d5d 100644 --- a/package/luacjson/luacjson.mk +++ b/package/luacjson/luacjson.mk @@ -3,10 +3,12 @@ # luacjson # ############################################################# -LUACJSON_VERSION = 2.1.0 -LUACJSON_SOURCE = lua-cjson-$(LUACJSON_VERSION).tar.gz -LUACJSON_SITE = http://www.kyne.com.au/~mark/software/download -LUACJSON_DEPENDENCIES = lua +LUACJSON_VERSION = 2.1.0 +LUACJSON_SOURCE = lua-cjson-$(LUACJSON_VERSION).tar.gz +LUACJSON_SITE = http://www.kyne.com.au/~mark/software/download +LUACJSON_DEPENDENCIES = lua +LUACJSON_LICENSE = MIT +LUACJSON_LICENSE_FILES = LICENSE define LUACJSON_BUILD_CMDS $(MAKE) -C $(@D) \