aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/juci/jucid_git.bb
blob: 0fb7b2641816049f0b568c83137c62f64cf18df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (C) 2016 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "Revolution RPC Server (RevoRPCD)"
HOMEPAGE = "https://github.com/mkschreder/jucid"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ecb319022da02987a5c1a92120412393"
SECTION = "apps"

SRCREV = "b787f202a695eaba1fcc0feac1ff796fc37d4a43"
SRC_URI = "git://github.com/mkschreder/jucid \
           file://0001-GLOB_TILDE-is-not-defined-in-posix-therefore-not-imp.patch \
           file://0001-juci_ws_server.c-ubus_srv_ws_client_new-expects-no-p.patch \
           file://0001-main.c-define-_DEFAULT_SOURCE.patch \
           file://0002-fix-makefile-in.patch \
           "

S = "${WORKDIR}/git"

inherit autotools pkgconfig
DEPENDS += "libblobpack libutype libusys luci uci lua5.1 libwebsockets iwinfo rpcd ubus"
RDEPENDS_${PN} += "libutype libblobpack libusys"