xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "A reliable logging library"
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/rsyslog/librelp"
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunDEPENDS = "gmp nettle libidn zlib gnutls openssl"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https;branch=stable \
10*4882a593Smuzhiyun"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRCREV = "9e749453d51d602d8159717f8a7c27971dcb4c6c"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunS = "${WORKDIR}/git"
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuninherit autotools pkgconfig
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunCPPFLAGS += "-Wno-error"
19