diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-12 23:39:48 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-13 07:00:12 -0700 |
| commit | f94ba5038587ff51a102e23f32f564229ad6406d (patch) | |
| tree | ff3c6acaac8d49f3fbe4d1533d07a05d09fc0624 | |
| parent | ee2df5419d66b4a4a39e3e176d9241bdf8eb502e (diff) | |
| download | meta-openembedded-f94ba5038587ff51a102e23f32f564229ad6406d.tar.gz | |
jsonrpc: update to 1.2.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb (renamed from meta-oe/recipes-devtools/jsonrpc/jsonrpc_git.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_git.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb index aea11b0828..b23775708a 100644 --- a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_git.bb +++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb | |||
| @@ -3,18 +3,14 @@ DESCRIPTION = "JsonRpc-Cpp is an OpenSource implementation of JSON-RPC \ | |||
| 3 | protocol in C++. JSON-RPC is a lightweight remote procedure \ | 3 | protocol in C++. JSON-RPC is a lightweight remote procedure \ |
| 4 | call protocol similar to XML-RPC." | 4 | call protocol similar to XML-RPC." |
| 5 | HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp" | 5 | HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp" |
| 6 | |||
| 7 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840" |
| 9 | SECTION = "libs" | 8 | SECTION = "libs" |
| 10 | DEPENDS = "curl jsoncpp libmicrohttpd hiredis" | ||
| 11 | 9 | ||
| 12 | PV = "1.1.1+git${SRCPV}" | 10 | DEPENDS = "curl jsoncpp libmicrohttpd hiredis" |
| 13 | # v1.1.1 | ||
| 14 | SRCREV = "319783c635cf8cabcc1a980495c99a88f9ebbd97" | ||
| 15 | 11 | ||
| 16 | SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp \ | 12 | SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp" |
| 17 | " | 13 | SRCREV = "4ed5b00dcc409405a19e6d8c6478f703153430e1" |
| 18 | 14 | ||
| 19 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 20 | 16 | ||
