mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <post@lespocky.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] json-c: update to v0.10
Date: Thu,  5 Sep 2013 15:57:12 +0200	[thread overview]
Message-ID: <1378389432-8602-1-git-send-email-post@lespocky.de> (raw)

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

                 reply	other threads:[~2013-09-05 13:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1378389432-8602-1-git-send-email-post@lespocky.de \
    --to=post@lespocky.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox