* [meta-oe][PATCH] eventlog: update version to 0.2.13
@ 2014-04-15 5:25 jackie.huang
2014-04-20 11:47 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2014-04-15 5:25 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
Changes:
- Add DESCRIPTION
- Change PN to BPN to fix multilib builds
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../{eventlog_0.2.12.bb => eventlog_0.2.13.bb} | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
rename meta-oe/recipes-support/eventlog/{eventlog_0.2.12.bb => eventlog_0.2.13.bb} (16%)
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
similarity index 16%
rename from meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
rename to meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
index e31c194..349507d 100644
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
+++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
@@ -1,10 +1,20 @@
SUMMARY = "Replacement syslog API"
+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"
-SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz"
+SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz"
inherit autotools pkgconfig
-SRC_URI[md5sum] = "f9c32814f78ea2629850f0440de5ff34"
-SRC_URI[sha256sum] = "f78c218faa6b6b378f25c640a5d1188b1ecbd57d3a527432263fd44b17bbd1c9"
+SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315"
+SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] eventlog: update version to 0.2.13
2014-04-15 5:25 [meta-oe][PATCH] eventlog: update version to 0.2.13 jackie.huang
@ 2014-04-20 11:47 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-20 11:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2578 bytes --]
On Tue, Apr 15, 2014 at 01:25:05PM +0800, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Changes:
> - Add DESCRIPTION
> - Change PN to BPN to fix multilib builds
Merged, thanks!
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> .../{eventlog_0.2.12.bb => eventlog_0.2.13.bb} | 16 +++++++++++++---
> 1 file changed, 13 insertions(+), 3 deletions(-)
> rename meta-oe/recipes-support/eventlog/{eventlog_0.2.12.bb => eventlog_0.2.13.bb} (16%)
>
> diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
> similarity index 16%
> rename from meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
> rename to meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
> index e31c194..349507d 100644
> --- a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
> +++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
> @@ -1,10 +1,20 @@
> SUMMARY = "Replacement syslog API"
> +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"
>
> -SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz"
> +SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz"
>
> inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "f9c32814f78ea2629850f0440de5ff34"
> -SRC_URI[sha256sum] = "f78c218faa6b6b378f25c640a5d1188b1ecbd57d3a527432263fd44b17bbd1c9"
> +SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315"
> +SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 5:25 [meta-oe][PATCH] eventlog: update version to 0.2.13 jackie.huang
2014-04-20 11:47 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.