xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/log4c/log4c_1.2.4.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Log4c is a C library for flexible logging to files, syslog and other destinations"
2*4882a593SmuzhiyunHOMEPAGE = "http://log4c.sourceforge.net"
3*4882a593SmuzhiyunLICENSE = "LGPL-2.0-only"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunSRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
7*4882a593Smuzhiyun           file://fix_configure_with-expat.patch \
8*4882a593Smuzhiyun           file://0001-Use-the-API-properly-in-the-example-format-security-.patch \
9*4882a593Smuzhiyun          "
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRC_URI[md5sum] = "0d94919136e1d16b68427562e74cb3dd"
12*4882a593SmuzhiyunSRC_URI[sha256sum] = "5991020192f52cc40fa852fbf6bbf5bd5db5d5d00aa9905c67f6f0eadeed48ea"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunPACKAGECONFIG ??= "expat"
15*4882a593SmuzhiyunPACKAGECONFIG[expat] = "--with-expat,--without-expat,expat"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunBINCONFIG = "${bindir}/log4c-config"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit autotools binconfig-disabled
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunBBCLASSEXTEND = "native"
22