summaryrefslogtreecommitdiffstats
path: root/package/log4cplus
Commit message (Collapse)AuthorAgeFilesLines
* package/log4cplus: add optional qt5 dependencyFabrice Fontaine2019-03-251-0/+7
| | | | | | | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: test BR2_PACKAGE_QT5BASE instead of BR2_PACKAGE_QT5, just for consistency with the package we add to the DEPENDENCIES variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit d04b12d19e834c0e7aba52e78c46ff820b93ad69) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/log4cplus: link with libatomic when neededFabrice Fontaine2019-02-171-0/+4
| | | | | | | | | | | | | | | | On some architectures, atomic binutils are provided by the libatomic library from gcc. Linking with libatomic is therefore necessary, otherwise the build fails with: sparc-buildroot-linux-uclibc/sysroot/lib/libatomic.so.1: error adding symbols: DSO missing from command line This is often for example the case on sparcv8 32 bit. Fixes: - http://autobuild.buildroot.org/results/16e360cb91afff7655f459a3d1fb906ca48f8464 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* log4cplus: bump to version 2.0.2Fabrice Fontaine2018-09-022-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* log4cplus: needs gcc >= 4.8Fabrice Fontaine2018-05-291-3/+3
| | | | | | | | | | log4cplus needs std::map::emplace Fixes: - http://autobuild.buildroot.net/results/ef0d8d7fae835ff555202f6de320945226ec00bf Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* log4cplus: add C++11 dependenciesFabrice Fontaine2018-05-111-2/+8
| | | | | | | | | | | log4cplus uses std::future which is a C++11 feature affected by the gcc bug 64735 Fixes: - http://autobuild.buildroot.net/results/4f4e9ed5dd5bad76eeee5d151e958f22603615b3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* log4cplus: bump to version 2.0.0Fabrice Fontaine2018-05-082-3/+4
| | | | | | | | | | | - LICENSE has been updated to add threadpool license (BSD-like) - Add hash for license file Fixes: - http://autobuild.buildroot.net/results/a4690fd3e46354776f6d6addd17226622c5f4961 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* log4cplus: fix licenseFabrice Fontaine2018-05-061-1/+1
| | | | | | | | | Some files of log4cplus are licensed under BSD-2-Clause as stated in LICENSE file: "Each file of log4cplus source is licensed using either two clause BSD license or Apache license 2.0." Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add hashes for SourceForge-hosted packagesYann E. MORIN2014-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since SourceForge sometimes serves us faulty tarballs, we can tons of autobuild failures: http://autobuild.buildroot.org/results/9fb/9fba5bf086a4e7a29e5f7156ec43847db7aacfc4/ http://autobuild.buildroot.org/results/6c8/6c837b244c45ac3b3a887734a371cd6d226cf216/ ... Fix that by adding hash files for all SourceForge-hosted packages (thos etht did not already have it). We normally prefer to use hashes published by upstream, but hunting them all one by one is a tedious task, so those hashes were all locally computed with a script that searched for SF-hosted packages, downloades the associated tarball, computed the hash, and stored it in the corresponding .hash file. Also, SF publishes sha1 hashes, while I used the stronger sha256, since sha1 is now considered to be relatively weak. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Richard Braun <rbraun@sceen.net> Cc: Nathaniel Roach <nroach44@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* log4cplus: new packagePeter Seiderer2013-12-062-0/+29
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud