jsoncpp: update to 1.9.4

This commit is contained in:
heitbaum 2020-12-30 05:28:11 +00:00
parent 6091594fb9
commit dfc4e9af8c
2 changed files with 3 additions and 25 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="jsoncpp"
PKG_VERSION="1.9.2"
PKG_SHA256="77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0"
PKG_VERSION="1.9.4"
PKG_SHA256="e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/open-source-parsers/jsoncpp/"
PKG_URL="https://github.com/open-source-parsers/jsoncpp/archive/$PKG_VERSION.tar.gz"
@ -13,4 +13,4 @@ PKG_LONGDESC="A C++ library for interacting with JSON."
PKG_TOOLCHAIN="cmake"
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DJSONCPP_WITH_TESTS=OFF"
PKG_CMAKE_OPTS_TARGET="-DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_EXAMPLE=OFF"

View File

@ -1,22 +0,0 @@
From 2d8dab16808ab6ceda83c33e2f662ca07271c288 Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Sun, 16 Feb 2020 10:33:04 +0000
Subject: [PATCH] Disable building examples, fails due to deprecated methods
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a7d3ef..24f518d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -228,4 +228,4 @@ add_subdirectory( src )
add_subdirectory( include )
#install the example
-add_subdirectory( example )
+#add_subdirectory( example )
--
2.7.4