blob: f3933f930cc9c4d0365b50cf7b2f43172642b63e [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A reliable logging library"
2HOMEPAGE = "https://github.com/rsyslog/librelp"
3
4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9"
6
7DEPENDS = "gmp nettle libidn zlib gnutls openssl"
8
9SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https \
10"
11
Andrew Geisslerd221e032020-07-10 16:13:21 -050012SRCREV = "fe366f3770320cbe76bac7e84b26a48491d14531"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18CPPFLAGS += "-Wno-error"