json-c: change upstream location to Github
authorSagaert Johan <sagaert.johan@skynet.be>
Wed, 17 Dec 2014 21:09:03 +0000 (22:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Dec 2014 14:59:01 +0000 (15:59 +0100)
json-c website and download locations have changed, the project is now
hosted on Github.

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/json-c/Config.in
package/json-c/json-c.mk

index dbdd75bf5822216074c0d6fc02e28b9d622f31ed..67348fb51c746b5d944b797abcd91af90496772b 100644 (file)
@@ -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/
index dfce96fd457dcafc4f47ada365cd2d2c1ba611cf..b8212cab391016194ac0766aa5b40f62fd82ff8a 100644 (file)
@@ -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