Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] json-c : moved to github
@ 2014-12-17 21:09 Sagaert Johan
  2014-12-20 15:00 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2014-12-17 21:09 UTC (permalink / raw)
  To: buildroot

json-c website and download locations have changed.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/json-c/Config.in | 2 +-
 package/json-c/json-c.mk | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/json-c/Config.in b/package/json-c/Config.in
index dbdd75b..67348fb 100644
--- a/package/json-c/Config.in
+++ b/package/json-c/Config.in
@@ -8,4 +8,4 @@ config BR2_PACKAGE_JSON_C
 	  them as JSON formatted strings and parse JSON formatted
 	  strings back into the C representation of JSON objects.
 
-	  http://oss.metaparadigm.com/json-c/
+	  https://github.com/json-c/json-c/
diff --git a/package/json-c/json-c.mk b/package/json-c/json-c.mk
index dfce96f..b8212ca 100644
--- a/package/json-c/json-c.mk
+++ b/package/json-c/json-c.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-JSON_C_VERSION = 0.11
-JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
+JSON_C_VERSION = json-c-0.11-20130402
+JSON_C_SITE = $(call github,json-c,json-c,$(JSON_C_VERSION))
 JSON_C_INSTALL_STAGING = YES
 JSON_C_MAKE = $(MAKE1)
 JSON_C_CONF_OPTS = --disable-oldname-compat
-- 
2.1.3

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

* [Buildroot] [PATCH 1/1] json-c : moved to github
  2014-12-17 21:09 [Buildroot] [PATCH 1/1] json-c : moved to github Sagaert Johan
@ 2014-12-20 15:00 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-20 15:00 UTC (permalink / raw)
  To: buildroot

Dear Sagaert Johan,

On Wed, 17 Dec 2014 22:09:03 +0100, Sagaert Johan wrote:
> json-c website and download locations have changed.
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  package/json-c/Config.in | 2 +-
>  package/json-c/json-c.mk | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Thanks, applied after slightly adjusting the commit log.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-12-20 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 21:09 [Buildroot] [PATCH 1/1] json-c : moved to github Sagaert Johan
2014-12-20 15:00 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox