blob: 16c63a75238047b97480a17ce89db5ce530344dc [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "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
12SRCREV = "e96443dda3c080fa991decec26bc4ac98d24b9a2"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
Brad Bishop26bdd442019-08-16 17:08:17 -040017
18CPPFLAGS += "-Wno-error"