mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
ee2df5419d
commit
f94ba50385
+3
-7
@@ -3,18 +3,14 @@ DESCRIPTION = "JsonRpc-Cpp is an OpenSource implementation of JSON-RPC \
|
|||||||
protocol in C++. JSON-RPC is a lightweight remote procedure \
|
protocol in C++. JSON-RPC is a lightweight remote procedure \
|
||||||
call protocol similar to XML-RPC."
|
call protocol similar to XML-RPC."
|
||||||
HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
|
HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e728c5b36018f6c383b4b9efd9c8840"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
DEPENDS = "curl jsoncpp libmicrohttpd hiredis"
|
DEPENDS = "curl jsoncpp libmicrohttpd hiredis"
|
||||||
|
|
||||||
PV = "1.1.1+git${SRCPV}"
|
SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp"
|
||||||
# v1.1.1
|
SRCREV = "4ed5b00dcc409405a19e6d8c6478f703153430e1"
|
||||||
SRCREV = "319783c635cf8cabcc1a980495c99a88f9ebbd97"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp \
|
|
||||||
"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user