* [meta-oe] [PATCH] log4cplus: add recipe
@ 2013-08-26 11:06 maxin.john
2013-08-26 18:59 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: maxin.john @ 2013-08-26 11:06 UTC (permalink / raw)
To: openembedded-devel
From: "Maxin B. John" <maxin.john@enea.com>
log4cplus provides a simple C++ logging API for log management.
Signed-off-by: Maxin B. John <maxin.john@enea.com>
---
.../recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
new file mode 100644
index 0000000..5a6d7eb
--- /dev/null
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "log4cplus provides a simple C++ logging API for log management"
+SECTION = "libs"
+HOMEPAGE = "http://sourceforge.net/projects/liblog4cplus/"
+BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a "
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "104bd6dd07ee71bc52ee9adca4d4d5fc"
+SRC_URI[sha256sum] = "96905e763fc6f1e3a854c3d1964c21e877de909bdddd0aed99806c62a68be838"
+
+inherit autotools pkgconfig
+
+BBCLASSEXTEND += "native"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] log4cplus: add recipe
2013-08-26 11:06 [meta-oe] [PATCH] log4cplus: add recipe maxin.john
@ 2013-08-26 18:59 ` Paul Eggleton
2013-08-27 7:23 ` Maxin B. John
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2013-08-26 18:59 UTC (permalink / raw)
To: maxin.john; +Cc: openembedded-devel
Hi Maxin,
On Monday 26 August 2013 13:06:19 maxin.john@enea.com wrote:
> From: "Maxin B. John" <maxin.john@enea.com>
>
> log4cplus provides a simple C++ logging API for log management.
>
> Signed-off-by: Maxin B. John <maxin.john@enea.com>
> ---
> .../recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 18
> ++++++++++++++++++ 1 file changed, 18 insertions(+)
> create mode 100644 meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
>
> diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
> b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb new file mode
> 100644
> index 0000000..5a6d7eb
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "log4cplus provides a simple C++ logging API for log
> management"
If you're setting a short description only, please set it in SUMMARY rather
than DESCRIPTION.
> +SECTION = "libs"
> +HOMEPAGE = "http://sourceforge.net/projects/liblog4cplus/"
This HOMEPAGE value is incorrect.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] log4cplus: add recipe
2013-08-26 18:59 ` Paul Eggleton
@ 2013-08-27 7:23 ` Maxin B. John
0 siblings, 0 replies; 3+ messages in thread
From: Maxin B. John @ 2013-08-27 7:23 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-devel
On Mon, Aug 26, 2013 at 07:59:57PM +0100, Paul Eggleton wrote:
Hi Paul,
> Hi Maxin,
> On Monday 26 August 2013 13:06:19 maxin.john@enea.com wrote:
> > From: "Maxin B. John" <maxin.john@enea.com>
> > log4cplus provides a simple C++ logging API for log management.
> > Signed-off-by: Maxin B. John <maxin.john@enea.com>
> > ---
> > .../recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 18
> > ++++++++++++++++++ 1 file changed, 18 insertions(+)
<snip>
> If you're setting a short description only, please set it in SUMMARY rather·
> than DESCRIPTION.
Ok, I will set it in SUMMARY.
> > +SECTION = "libs"
> > +HOMEPAGE = "http://sourceforge.net/projects/liblog4cplus/"
> This HOMEPAGE value is incorrect.
ouch. Will correct it.
Thank you very much for reviewing this. I will send the updated
version soon.
> Cheers,
> Paul
Thanks and Regards,
Maxin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-27 7:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 11:06 [meta-oe] [PATCH] log4cplus: add recipe maxin.john
2013-08-26 18:59 ` Paul Eggleton
2013-08-27 7:23 ` Maxin B. John
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.