Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "A reliable logging library" |
2 | HOMEPAGE = "https://github.com/rsyslog/libfastjson" | ||||
3 | |||||
4 | LICENSE = "GPLv3" | ||||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" | ||||
6 | |||||
7 | DEPENDS = "gmp nettle libidn zlib gnutls" | ||||
8 | |||||
9 | SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https" | ||||
10 | |||||
11 | SRCREV = "fc512e337bfc7c92770246dbff5f482b879498b9" | ||||
12 | |||||
13 | S = "${WORKDIR}/git" | ||||
14 | |||||
15 | inherit autotools pkgconfig |