From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VHa43-0005Uj-3W for ptxdist@pengutronix.de; Thu, 05 Sep 2013 15:57:59 +0200 From: Alexander Dahl Date: Thu, 5 Sep 2013 15:57:12 +0200 Message-Id: <1378389432-8602-1-git-send-email-post@lespocky.de> Subject: [ptxdist] [PATCH] json-c: update to v0.10 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- .../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 +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