Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / eventlog / eventlog_git.bb
1
2 SUMMARY = "syslog replacement"
3 DESCRIPTION = " \
4         The EventLog library aims to be a replacement of the simple syslog() API \
5         provided on UNIX systems. The major difference between EventLog and syslog \
6         is that EventLog tries to add structure to messages. \
7          \
8         Where you had a simple non-structrured string in syslog() you have a \
9         combination of description and tag/value pairs. \
10          \
11         EventLog provides an interface to build, format and output an event record. \
12         The exact format and output method can be customized by the administrator \
13         via a configuration file \
14           "
15
16 LICENSE = "BSD-3-Clause"
17 LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767"
18
19 SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741"
20 PROTOCOL = "https"
21 BRANCH = "master"
22 S = "${WORKDIR}/git"
23 PV = "1.0+git${SRCPV}"
24
25 SRC_URI = "git://github.com/balabit/eventlog.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
26
27 inherit autotools pkgconfig