diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-03-03 03:51:55 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-02 22:46:06 -0800 |
| commit | efe61e93778d07c2403e03cb95d13a553f10c986 (patch) | |
| tree | 56a09d042811c513e43b0b25fe305621beec60aa /meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb | |
| parent | d516bde1e0452cb7e58a57c0878ee73c5ba67285 (diff) | |
| download | meta-openembedded-efe61e93778d07c2403e03cb95d13a553f10c986.tar.gz | |
jsonrpc: upgrade 1.2.0 -> 1.3.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb new file mode 100644 index 0000000000..ca9675ed64 --- /dev/null +++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "C++ framework for json-rpc 1.0 and 2.0" | ||
| 2 | DESCRIPTION = "JsonRpc-Cpp is an OpenSource implementation of JSON-RPC \ | ||
| 3 | protocol in C++. JSON-RPC is a lightweight remote procedure \ | ||
| 4 | call protocol similar to XML-RPC." | ||
| 5 | HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840" | ||
| 8 | SECTION = "libs" | ||
| 9 | |||
| 10 | DEPENDS = "curl jsoncpp libmicrohttpd hiredis" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp" | ||
| 13 | SRCREV = "c696f6932113b81cd20cd4a34fdb1808e773f23e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | PACKAGECONFIG ?= "" | ||
| 18 | PACKAGECONFIG[coverage] = "-DWITH_COVERAGE=YES,-DWITH_COVERAGE=NO,," | ||
| 19 | |||
| 20 | inherit cmake | ||
| 21 | |||
| 22 | EXTRA_OECMAKE += "-DCOMPILE_TESTS=NO -DCOMPILE_STUBGEN=NO -DCOMPILE_EXAMPLES=NO \ | ||
| 23 | -DBUILD_SHARED_LIBS=YES -DBUILD_STATIC_LIBS=YES \ | ||
| 24 | -DCMAKE_LIBRARY_PATH=${libdir} \ | ||
| 25 | " | ||
| 26 | |||
| 27 | FILES_${PN}-dev += "${libdir}/libjson-rpc-cpp/cmake" | ||
