Files
meta-openembedded/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
Andre McCurdy 7d1f239d2f eventlog: update SRC_URI to fetch from git
The tar file releases don't seem to be available any more so switch
to building from the github git repo instead.

Take the current master branch, which is based on the 0.2.13 release
but with three minor updates / fixes, so include them too:

  a5c1916 evttags: improve handling of NULL arguments to evt_tag_str
  b34e3d2 configure.in: fixed a compilation problem on Windows
  649eabd evtstr: readd the escaping of the CR and LF characters

Also drop unnecessary "inherit pkgconfig".

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24 08:58:13 -07:00

24 lines
952 B
BlitzBasic

SUMMARY = "Replacement syslog API"
HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system"
DESCRIPTION = "The EventLog library aims to be a replacement of the \
simple syslog() API provided on UNIX systems. The \
major difference between EventLog and syslog is that \
EventLog tries to add structure to messages. EventLog \
provides an interface to build, format and output an \
event record. The exact format and output method can \
be customized by the administrator via a configuration \
file. his package is the runtime part of the library. \
"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767"
PV = "0.2.13+git${SRCPV}"
SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741"
SRC_URI = "git://github.com/balabit/eventlog;protocol=https"
S = "${WORKDIR}/git"
inherit autotools