1SUMMARY = "A reliable logging library" 2HOMEPAGE = "https://github.com/rsyslog/librelp" 3 4LICENSE = "GPL-3.0-only" 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;branch=stable \ 10" 11 12SRCREV = "9e749453d51d602d8159717f8a7c27971dcb4c6c" 13 14S = "${WORKDIR}/git" 15 16inherit autotools pkgconfig 17 18CPPFLAGS += "-Wno-error" 19