From 3201c7746d7788f07237b0411535c5ed7a7ed60e Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 8 Mar 2015 13:01:23 +0100 Subject: package/jsoncpp: new package Needed for upcoming Kodi pctv/filmon PVR packages: https://github.com/kodi-pvr/pvr.pctv/blob/master/CMakeLists.txt#L11 https://github.com/kodi-pvr/pvr.filmon/blob/master/CMakeLists.txt#L11 [Thomas: - bump to 1.6.0 - change the license to "Public Domain or MIT" - wrap Config.in help text] Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/jsoncpp/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/jsoncpp/Config.in (limited to 'package/jsoncpp/Config.in') diff --git a/package/jsoncpp/Config.in b/package/jsoncpp/Config.in new file mode 100644 index 0000000000..3ec02e17d6 --- /dev/null +++ b/package/jsoncpp/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_JSONCPP + depends on BR2_INSTALL_LIBSTDCPP + bool "jsoncpp" + help + JsonCpp is a C++ library that allows manipulating JSON + values, including serialization and deserialization to and + from strings. It can also preserve existing comment in + unserialization/serialization steps, making it a convenient + format to store user input files. + + https://github.com/open-source-parsers/jsoncpp + +comment "jsoncpp needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3