summaryrefslogtreecommitdiffstats
path: root/package/log4cpp/Config.in
diff options
context:
space:
mode:
authorDamien Lanson <damien@kal-host.com>2016-06-08 15:47:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-11 15:47:09 +0200
commit8a4922c6b9bab00e1a9dc353d1c7f3d77bbc7044 (patch)
treef52ace89c72d28efc45eacd36d0ab36caff046be /package/log4cpp/Config.in
parent9252721e8d1ee27b129da0b0f9f1444616698be4 (diff)
downloadbuildroot-8a4922c6b9bab00e1a9dc353d1c7f3d77bbc7044.tar.gz
buildroot-8a4922c6b9bab00e1a9dc353d1c7f3d77bbc7044.zip
log4cpp: new package
Signed-off-by: Damien Lanson <damien@kal-host.com> [Thomas: - Rewrap Config.in help text. - Add missing new line at the end of the Config.in help text. - Use 80 # signs for the .mk file header. - Use <pkg>_SUBDIR = log4cpp instead of moving things around during the extract step. - Fix typo in the license (it's LGPL, not GLPL), and make it LGPLv2.1+, since it's what the HTML documentation says. - In addition to removing the log4cpp-config script from the target, tweak the variant installed in staging so that it behaves properly for cross-compilation. Unfortunately, the <pkg>_CONFIG_SCRIPTS generic mechanism doesn't work for this config script.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/log4cpp/Config.in')
-rwxr-xr-xpackage/log4cpp/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/log4cpp/Config.in b/package/log4cpp/Config.in
new file mode 100755
index 0000000000..8bae7a5e8c
--- /dev/null
+++ b/package/log4cpp/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LOG4CPP
+ bool "log4cpp"
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ Log4cpp is library of C++ classes for flexible logging to
+ files, syslog, IDSA and other destinations. It is modeled
+ after the Log4j Java library, staying as close to their API
+ as is reasonable.
+
+ http://log4cpp.sourceforge.net/
+
+comment "log4cpp needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud