jsoncpp: update to jsoncpp-1.9.2

This commit is contained in:
MilhouseVH 2020-02-16 03:42:08 +00:00
parent 5b5a63ed17
commit 84b6686dec
2 changed files with 24 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="jsoncpp"
PKG_VERSION="1.8.4"
PKG_SHA256="c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6"
PKG_VERSION="1.9.2"
PKG_SHA256="77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0"
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"

View File

@ -0,0 +1,22 @@
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