[oe-commits] [meta-openembedded] 02/24: jsonrpc: update to 1.2.0

git at git.openembedded.org git at git.openembedded.org
Fri Sep 13 16:26:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit f94ba5038587ff51a102e23f32f564229ad6406d
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Thu Sep 12 23:39:48 2019 +0200

    jsonrpc: update to 1.2.0
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../jsonrpc/{jsonrpc_git.bb => jsonrpc_1.2.0.bb}               | 10 +++-------
 1 file 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
similarity index 83%
rename from meta-oe/recipes-devtools/jsonrpc/jsonrpc_git.bb
rename to meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb
index aea11b0..b237757 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 \
                protocol in C++. JSON-RPC is a lightweight remote procedure \
                call protocol similar to XML-RPC."
 HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
-
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840"
 SECTION = "libs"
-DEPENDS = "curl jsoncpp libmicrohttpd hiredis"
 
-PV = "1.1.1+git${SRCPV}"
-# v1.1.1
-SRCREV = "319783c635cf8cabcc1a980495c99a88f9ebbd97"
+DEPENDS = "curl jsoncpp libmicrohttpd hiredis"
 
-SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp \
-           "
+SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp"
+SRCREV = "4ed5b00dcc409405a19e6d8c6478f703153430e1"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list