From: Viallard Anthony <viallard@syscom-instruments.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] fix cjson package
Date: Thu, 06 Dec 2012 16:18:20 +0100 [thread overview]
Message-ID: <50C0B73C.9020407@syscom-instruments.com> (raw)
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 :
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
Cheers,
Viallard Anthony.
next reply other threads:[~2012-12-06 15:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 15:18 Viallard Anthony [this message]
2012-12-07 2:14 ` [Buildroot] [PATCH] fix cjson package Danomi Manchego
2012-12-07 8:41 ` Viallard Anthony
2012-12-07 11:36 ` Danomi Manchego
2012-12-10 21:20 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C0B73C.9020407@syscom-instruments.com \
--to=viallard@syscom-instruments.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.