mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] json-c: update to v0.10
@ 2013-09-05 13:57 Alexander Dahl
  0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2013-09-05 13:57 UTC (permalink / raw)
  To: ptxdist

Version bump for json-c library. v0.11 is current but has built errors
on ARMv5 so I decided to go with v0.10 for now. One patch is added to
install a missing header file.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 .../0001-install_json_object_iterator-h.patch      |   21 ++++++++++++++++++++
 patches/json-c-0.10/series                         |    4 ++++
 rules/json-c.make                                  |    8 ++++----
 3 files changed, 29 insertions(+), 4 deletions(-)
 create mode 100644 patches/json-c-0.10/0001-install_json_object_iterator-h.patch
 create mode 100644 patches/json-c-0.10/series

diff --git a/patches/json-c-0.10/0001-install_json_object_iterator-h.patch b/patches/json-c-0.10/0001-install_json_object_iterator-h.patch
new file mode 100644
index 0000000..b7ee24b
--- /dev/null
+++ b/patches/json-c-0.10/0001-install_json_object_iterator-h.patch
@@ -0,0 +1,21 @@
+From: Alexander Dahl <post@lespocky.de>
+Date: Wed, 4 Sep 2013 14:27:48 +0200
+Subject: [PATCH] install_json_object_iterator-h
+
+one file missing in install
+---
+ Makefile.in |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.in b/Makefile.in
+index c06db3e..9d924cd 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -278,6 +278,7 @@ libjsoninclude_HEADERS = \
+ 	json_config.h \
+ 	json_inttypes.h \
+ 	json_object.h \
++	json_object_iterator.h \
+ 	json_object_private.h \
+ 	json_tokener.h \
+ 	json_util.h \
diff --git a/patches/json-c-0.10/series b/patches/json-c-0.10/series
new file mode 100644
index 0000000..af03814
--- /dev/null
+++ b/patches/json-c-0.10/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-install_json_object_iterator-h.patch
+# bd3f8eb56831c50153b31bbf75141353  - git-ptx-patches magic
diff --git a/rules/json-c.make b/rules/json-c.make
index 794826a..9e354b2 100644
--- a/rules/json-c.make
+++ b/rules/json-c.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c
 #
 # Paths and names
 #
-JSON_C_VERSION		:= 0.9
-JSON_C_MD5		:= 3a13d264528dcbaf3931b0cede24abae
+JSON_C_VERSION		:= 0.10
+JSON_C_MD5		:= a4edc79410eb894f08d7d52ca9f88732
 JSON_C			:= json-c-$(JSON_C_VERSION)
 JSON_C_SUFFIX		:= tar.gz
-JSON_C_URL		:= http://oss.metaparadigm.com/json-c/$(JSON_C).$(JSON_C_SUFFIX)
+JSON_C_URL		:= https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX)
 JSON_C_SOURCE		:= $(SRCDIR)/$(JSON_C).$(JSON_C_SUFFIX)
 JSON_C_DIR		:= $(BUILDDIR)/$(JSON_C)
 JSON_C_LICENSE		:= MIT
@@ -56,4 +56,4 @@ $(STATEDIR)/json-c.targetinstall:
 
 	@$(call touch)
 
-# vim: syntax=make
+# vim: ft=make noet
-- 
1.7.10.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-05 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-05 13:57 [ptxdist] [PATCH] json-c: update to v0.10 Alexander Dahl

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