All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] fix cjson package
@ 2012-12-06 15:18 Viallard Anthony
  2012-12-07  2:14 ` Danomi Manchego
  0 siblings, 1 reply; 5+ messages in thread
From: Viallard Anthony @ 2012-12-06 15:18 UTC (permalink / raw)
  To: buildroot

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.

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-12-10 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 15:18 [Buildroot] [PATCH] fix cjson package Viallard Anthony
2012-12-07  2:14 ` Danomi Manchego
2012-12-07  8:41   ` Viallard Anthony
2012-12-07 11:36     ` Danomi Manchego
2012-12-10 21:20       ` Peter Korsgaard

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.