From patchwork Thu Dec 6 15:18:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Viallard X-Patchwork-Id: 204279 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 21ECB2C00D0 for ; Fri, 7 Dec 2012 02:18:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0FA28FF97C; Thu, 6 Dec 2012 15:18:30 +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 EQ5c0Rt2Qful; Thu, 6 Dec 2012 15:18:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CA19F101C71; Thu, 6 Dec 2012 15:18:24 +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 CE50A8F74A for ; Thu, 6 Dec 2012 15:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AC5068B84E for ; Thu, 6 Dec 2012 15:18:31 +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 V-NfmS7yFLmB for ; Thu, 6 Dec 2012 15:18:27 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp3.infomaniak.ch (smtp3.infomaniak.ch [84.16.68.91]) by whitealder.osuosl.org (Postfix) with ESMTPS id 73CF88BB25 for ; Thu, 6 Dec 2012 15:18:27 +0000 (UTC) Received: from [192.168.2.151] ([62.12.146.154]) (authenticated bits=0) by smtp3.infomaniak.ch (8.14.5/8.14.5) with ESMTP id qB6FIOKA010038 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 6 Dec 2012 16:18:24 +0100 Message-ID: <50C0B73C.9020407@syscom-instruments.com> Date: Thu, 06 Dec 2012 16:18:20 +0100 From: Viallard Anthony User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11 MIME-Version: 1.0 To: buildroot@busybox.net Subject: [Buildroot] [PATCH] fix cjson package 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hi buildroot guys, I've try to use cjson package but there a download problem. So, I fix up the package Makefile and here the change : Cheers, Viallard Anthony. diff --git a/package/cjson/cjson.mk b/package/cjson/cjson.mk index ccc6010..728639d 100644 --- a/package/cjson/cjson.mk +++ b/package/cjson/cjson.mk @@ -3,8 +3,8 @@ # cjson # ############################################################# -CJSON_VERSION = undefined -CJSON_SOURCE = cJSONFiles.zip +CJSON_VERSION = 2011-10-10 +CJSON_SOURCE = cJSONFiles-$(CJSON_VERSION).zip CJSON_SITE = http://downloads.sourceforge.net/project/cjson/ CJSON_INSTALL_STAGING = YES CJSON_LICENSE = MIT