mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
jsonrpc: Fix build with libmicrohttpd 0.9.71
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,10 @@ SECTION = "libs"
|
||||
|
||||
DEPENDS = "curl jsoncpp libmicrohttpd hiredis"
|
||||
|
||||
SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp"
|
||||
SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp \
|
||||
file://0001-Fix-build-with-libmicrohttpd.patch \
|
||||
"
|
||||
|
||||
SRCREV = "c696f6932113b81cd20cd4a34fdb1808e773f23e"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user