From: Alexander Varnin <fenixk19@mail.ru>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] New package liblog4c-localtime
Date: Thu, 04 Oct 2012 13:10:21 +0400 [thread overview]
Message-ID: <506D527D.2010502@mail.ru> (raw)
In-Reply-To: <1349341682-12387-1-git-send-email-fenixk19@mail.ru>
Hello. I'm working on old buildroot version 2012.02.
For some reason, this package doesn't get include in build, even when i
check config in menuconfig. What else should i have to do, to make
package building?
04.10.2012 13:08, Alexander Varnin ?????:
> ---
> 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
> 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
> + LIBLOG4C_INSTALL_STAGING = YES
> +
> + $(eval $(call AUTOTARGETS))
> +
next prev parent reply other threads:[~2012-10-04 9:10 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 [this message]
2012-10-04 9:24 ` Samuel Martin
2012-10-04 13:36 ` Thomas Petazzoni
2012-10-05 19:47 ` Arnout Vandecappelle
-- 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=506D527D.2010502@mail.ru \
--to=fenixk19@mail.ru \
--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 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.