Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "A reliable logging library" |
| 2 | HOMEPAGE = "https://github.com/rsyslog/librelp" |
| 3 | |
| 4 | LICENSE = "GPLv3" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" |
| 6 | |
| 7 | DEPENDS = "gmp nettle libidn zlib gnutls openssl" |
| 8 | |
| 9 | SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https \ |
| 10 | " |
| 11 | |
| 12 | SRCREV = "e96443dda3c080fa991decec26bc4ac98d24b9a2" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit autotools pkgconfig |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 17 | |
| 18 | CPPFLAGS += "-Wno-error" |