[oe-commits] [meta-openembedded] 20/26: eventlog: remove recipe

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 06:18:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 5f1095ba615125cac4e928b809e6e3b6df990d8a
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Thu Sep 27 10:05:02 2018 +0800

    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 at 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 at windriver.com>
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/eventlog/eventlog_0.2.13.bb    | 23 ----------------------
 1 file changed, 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 85e29b0..0000000
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list