From patchwork Sat Aug 4 03:19:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 175073 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id DCE582C008E for ; Sat, 4 Aug 2012 13:19:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5CED1316E6; Sat, 4 Aug 2012 03:19:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nX7Mgh0ZMqrd; Sat, 4 Aug 2012 03:19:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7F7BF313EE; Sat, 4 Aug 2012 03:19:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D6AD48F753 for ; Sat, 4 Aug 2012 03:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D1105313EE for ; Sat, 4 Aug 2012 03:19:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n0q7dpCQvJW7 for ; Sat, 4 Aug 2012 03:19:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [76.96.59.243]) by silver.osuosl.org (Postfix) with ESMTP id 5223330FB7 for ; Sat, 4 Aug 2012 03:19:11 +0000 (UTC) Received: from omta09.westchester.pa.mail.comcast.net ([76.96.62.20]) by qmta13.westchester.pa.mail.comcast.net with comcast id iT5d1j0030SCNGk5DTKEGl; Sat, 04 Aug 2012 03:19:14 +0000 Received: from localhost.localdomain ([68.37.48.40]) by omta09.westchester.pa.mail.comcast.net with comcast id iTKK1j00N0s1VyU3VTKKVC; Sat, 04 Aug 2012 03:19:19 +0000 From: Danomi Manchego To: buildroot@uclibc.org Date: Fri, 3 Aug 2012 23:19:05 -0400 Message-Id: <1344050345-3936-1-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] [v2] cjson: 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 --- package/cjson/cjson.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/cjson/cjson.mk b/package/cjson/cjson.mk index a9b0bcf..6f26bb8 100644 --- a/package/cjson/cjson.mk +++ b/package/cjson/cjson.mk @@ -7,6 +7,7 @@ CJSON_VERSION = undefined CJSON_SOURCE = cJSONFiles.zip CJSON_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/cjson/ CJSON_INSTALL_STAGING = YES +CJSON_LICENSE = MIT define CJSON_EXTRACT_CMDS unzip -d $(@D) $(DL_DIR)/$(CJSON_SOURCE)