diff options
-rw-r--r-- | meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | 20 |
2 files changed, 20 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb deleted file mode 100644 index e31c194f42..0000000000 --- a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "Replacement syslog API" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" | ||
4 | |||
5 | SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | SRC_URI[md5sum] = "f9c32814f78ea2629850f0440de5ff34" | ||
10 | SRC_URI[sha256sum] = "f78c218faa6b6b378f25c640a5d1188b1ecbd57d3a527432263fd44b17bbd1c9" | ||
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb new file mode 100644 index 0000000000..349507d36b --- /dev/null +++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Replacement syslog API" | ||
2 | DESCRIPTION = "The EventLog library aims to be a replacement of the \ | ||
3 | simple syslog() API provided on UNIX systems. The \ | ||
4 | major difference between EventLog and syslog is that \ | ||
5 | EventLog tries to add structure to messages. EventLog \ | ||
6 | provides an interface to build, format and output an \ | ||
7 | event record. The exact format and output method can \ | ||
8 | be customized by the administrator via a configuration \ | ||
9 | file. his package is the runtime part of the library. \ | ||
10 | " | ||
11 | |||
12 | LICENSE = "BSD" | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" | ||
14 | |||
15 | SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||
19 | SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315" | ||
20 | SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85" | ||