From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] New package liblog4c-localtime
Date: Fri, 05 Oct 2012 21:47:41 +0200 [thread overview]
Message-ID: <506F395D.9010205@mind.be> (raw)
In-Reply-To: <1349341682-12387-1-git-send-email-fenixk19@mail.ru>
On 04/10/12 11:08, Alexander Varnin wrote:
Add a Signed-off-by line for yourself. This is a short way for you to
assert that you are entitled to contribute the patch under buildroot's
GPL license. See http://kerneltrap.org/files/Jeremy/DCO.txt for more
details.
> ---
> package/Config.in | 1 +
> package/liblog4c-localtime/Config.in | 9 +++++++++
> package/liblog4c-localtime/liblog4c-localtime.mk | 11 +++++++++++
> 3 files changed, 21 insertions(+), 0 deletions(-)
> create mode 100644 package/liblog4c-localtime/Config.in
> create mode 100644 package/liblog4c-localtime/liblog4c-localtime.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 8a7c9c4..25752e5 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -387,6 +387,7 @@ source "package/lttng-libust/Config.in"
> source "package/orc/Config.in"
> source "package/poco/Config.in"
> source "package/startup-notification/Config.in"
> +source "package/liblog4c-localtime/Config.in"
> endmenu
>
> menu "Text and terminal handling"
> diff --git a/package/liblog4c-localtime/Config.in b/package/liblog4c-localtime/Config.in
> new file mode 100644
> index 0000000..58797be
> --- /dev/null
> +++ b/package/liblog4c-localtime/Config.in
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_LIBLOG4C
> + bool "liblog4c-localtime"
> + help
> + Log4c is a library of C for flexible logging to files, syslog
> + and other destinations.
> + This version is with localtime patch, to make lib show times in
> + local timezone.
> +
> + https://github.com/rcmadruga/log4c-localtime
Add the upstream URL as well: http://log4c.sourceforge.net/
> diff --git a/package/liblog4c-localtime/liblog4c-localtime.mk b/package/liblog4c-localtime/liblog4c-localtime.mk
> new file mode 100644
> index 0000000..f0599c3
> --- /dev/null
> +++ b/package/liblog4c-localtime/liblog4c-localtime.mk
> @@ -0,0 +1,11 @@
> + #############################################################
> + #
> + # liblog4c
> + #
> + #############################################################
> + LIBLOG4C_VERSION = 1.2.1
> + LIBLOG4C_SITE = git://github.com/rcmadruga/log4c-localtime.git
There's also a tarball:
LIBLOG4C_LOCALTIME_VERSION = v1.0
LIBLOG4C_LOCALTIME_SITE = https://github.com/rcmadruga/log4c-localtime/tarball/v$(LIBLOG4C_LOCALTIME_VERSION)
> + LIBLOG4C_INSTALL_STAGING = YES
> +
> + $(eval $(call AUTOTARGETS))
> +
Spurious newline at the end.
It looks like it requires expat, so you need "select BR2_PACKAGE_EXPAT"
to Config.in, and "LIBLOG4C_LOCALTIME_DEPENDENCIES = expat" in .mk. You'll
probably also need --disable-expattest for cross-compilation.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-10-05 19:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-04 9:08 [Buildroot] [PATCH] New package liblog4c-localtime Alexander Varnin
2012-10-04 9:10 ` Alexander Varnin
2012-10-04 9:24 ` Samuel Martin
2012-10-04 13:36 ` Thomas Petazzoni
2012-10-05 19:47 ` Arnout Vandecappelle [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-08 6:56 Alexander Varnin
2012-10-09 20:29 ` Arnout Vandecappelle
2012-10-11 9:17 ` Alexander Varnin
2012-10-11 9:20 ` Arnout Vandecappelle
2012-10-11 9:34 Alexander Varnin
2012-10-21 19:10 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=506F395D.9010205@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox