summaryrefslogtreecommitdiff
path: root/package/log4cpp
AgeCommit message (Collapse)Author
2017-01-25package: remove the default value of the $(PKG)_SOURCE variableJerzy Grzegorek
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-15log4cpp: fix musl compilePeter Seiderer
Include proper config.h (via log4cpp/Portability.hh) to fix the evaluate of LOG4CPP_HAVE_STDINT_H in the file tests/Clock.hh Fixes [1]: Clock.hh:17:13: error: 'int64_t' does not name a type typedef int64_t usec_t; [1] http://autobuild.buildroot.net/results/186/1867632f30531da69f06b965bc833817400f618f Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-16log4cpp: needs threadsBaruch Siach
Fixes: http://autobuild.buildroot.net/results/cf9/cf942e4b8a5259414a4dcea6fa4b75183435394a/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-14log4cpp: disable documentation build and installBaruch Siach
We don't need the documentation on target. Also fixes: http://autobuild.buildroot.net/results/402/402587fe3ba9d537195ba470cf6f19f25ac246bf/ http://autobuild.buildroot.net/results/ea2/ea257496f51665b0a6b03f31e50744761c5d43da/ http://autobuild.buildroot.net/results/353/3533a32a7de7dae288558f43eb2b068081939e4d/ and many more. Cc: Damien Lanson <damien@kal-host.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-11package/log4cpp: fix legal-infoBernd Kuhls
The source code files are stored in log4cpp/. Apparently LOG4CPP_LICENSE_FILES does not take LOG4CPP_SUBDIR into account so we need to fix LOG4CPP_LICENSE_FILES itself. Fixes http://autobuild.buildroot.net/results/a80/a80e83ca58b22afedb8f2573513d373913c6a488/ http://autobuild.buildroot.net/results/9eb/9ebb2ed5171d5a1be2db06497a210e552bfad078/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-11log4cpp: new packageDamien Lanson
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>