X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Feventlog%2Feventlog_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Feventlog%2Feventlog_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=b895d73b52bab795d8c380f6f8039537e463ae80;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/eventlog/eventlog_git.bb b/meta-starlingx/meta-stx-integ/recipes-support/eventlog/eventlog_git.bb deleted file mode 100644 index b895d73..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-support/eventlog/eventlog_git.bb +++ /dev/null @@ -1,27 +0,0 @@ - -SUMMARY = "syslog replacement" -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. \ - \ - Where you had a simple non-structrured string in syslog() you have a \ - combination of description and tag/value pairs. \ - \ - 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 \ - " - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" - -SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "1.0+git${SRCPV}" - -SRC_URI = "git://github.com/balabit/eventlog.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -inherit autotools pkgconfig