diff options
| author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-09-27 10:05:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-26 19:34:25 -0700 |
| commit | 5f1095ba615125cac4e928b809e6e3b6df990d8a (patch) | |
| tree | 7b631d242b16af1f2ae94e1b8c840cf0a0bc7581 /meta-oe | |
| parent | 148eba8c691efc68cbf9b305eb3873cbe222a214 (diff) | |
| download | meta-openembedded-5f1095ba615125cac4e928b809e6e3b6df990d8a.tar.gz | |
eventlog: remove recipe
eventlog is not external lib anymore and it
has been already integrated to syslog-ng
as below commit in syslog-ng repo
https://github.com/balabit/syslog-ng.git
--------------------------------------
Author: kokan <peter.kokai@balabit.com>
Date: Tue Nov 21 22:16:49 2017 +0100
eventlog: now part of the project, not external lib
--------------------------------------
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb deleted file mode 100644 index 85e29b0ac5..0000000000 --- a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Replacement syslog API" | ||
| 2 | HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system" | ||
| 3 | DESCRIPTION = "The EventLog library aims to be a replacement of the \ | ||
| 4 | simple syslog() API provided on UNIX systems. The \ | ||
| 5 | major difference between EventLog and syslog is that \ | ||
| 6 | EventLog tries to add structure to messages. EventLog \ | ||
| 7 | provides an interface to build, format and output an \ | ||
| 8 | event record. The exact format and output method can \ | ||
| 9 | be customized by the administrator via a configuration \ | ||
| 10 | file. his package is the runtime part of the library. \ | ||
| 11 | " | ||
| 12 | |||
| 13 | LICENSE = "BSD" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" | ||
| 15 | |||
| 16 | PV = "0.2.13+git${SRCPV}" | ||
| 17 | SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741" | ||
| 18 | |||
| 19 | SRC_URI = "git://github.com/balabit/eventlog;protocol=https" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit autotools | ||
