summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp_1.2.16.bb
blob: 17478efe405f028e30dfc28d4f66f540e4e6486a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "A reliable logging library"
HOMEPAGE = "https://github.com/rsyslog/libfastjson"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9"

DEPENDS = "gmp nettle libidn zlib gnutls"

SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https \
           file://0001-src-tcp.c-fix-jump-misses-init-error.patch \
           file://0001-src-tcp.c-increase-the-size-of-szHname.patch \
"

SRCREV = "5e849ff060be0c7dce972e194c54fdacfee0adc2"

S = "${WORKDIR}/git"

inherit autotools pkgconfig
OpenPOWER on IntegriCloud