diff options
| -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 | ||
