summaryrefslogtreecommitdiffstats
path: root/package/libpqxx
Commit message (Collapse)AuthorAgeFilesLines
* package/libpqxx: bump version to 6.2.5Bernd Kuhls2018-10-243-121/+2
| | | | | | | | Removed patch applied upstream: https://github.com/jtv/libpqxx/commit/44970d7331e4f369e160af0135a2d1fc16f27a21 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpqxx: needs at least gcc 4.8 for c++11 featuresJames Knight2018-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This package uses autoconf (AX_CXX_COMPILE_STDCXX_11) to validate C++11 support. The test code uses an auto static data member for validation; however, support for this only exists in GCC 4.8+ [1]. This causes the configuration script to generated the following errors: checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ accepts -g... yes checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features by default... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++11... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++11... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++11... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++0x... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++0x... no checking whether .../host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++0x... no Bumping the required GCC version of this package to at least v4.8. Fixes: http://autobuild.buildroot.net/results/fae9ccc37c31c6d1852d0dc11d43f9c6ecbf1fe4/ [1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55003 Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libpqxx: update dependenciesJames Knight2018-01-171-4/+7
| | | | | | | | | | | | | | | | | As of v6.x, libpqxx takes advantage of thread support for transaction sleeps (adding BR2_TOOLCHAIN_HAS_THREADS). Re-order dependencies for: - Key feature (postgresql) - Architectures dependencies - Remaining dependencies Fixes: http://autobuild.buildroot.net/results/e1d6f62edfc5eae90953f0a93fdb30d713409c37/ Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpqxx: apply upstream compilation fixJames Knight2018-01-161-0/+119
| | | | | | | | | | | | | Apply an upstream patch which addresses a compilation issue with respect to an undefined 'timeval' structure. This issue exists in at least v6.0. It is expected that this patch can be removed when libpqxx provides a new releases (either v6.0.1 or v6.1). Fixes: http://autobuild.buildroot.net/results/48b015650ede4e55e199538072c7228cccf64422 Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpqxx: bump to 6.0.0Adam Duskett2017-12-274-42/+8
| | | | | | | | | | | | | | | | | | | Other changes: - Add a hash for the license file. - Change the URL from pqxx.org to the official GitHub repository, as releases are no longer being posted to the old download mirror. - Remove the patch, this has been fixed in the upstream code for some time. - Remove AUTORECONF, as it is no longer necessary because the patch has been removed. - Require gcc >= 4.7, as C++11 is now mandatory: http://pqxx.org/development/libpqxx/ Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libpqxx: fix broken sed callRomain Naour2017-12-262-0/+34
| | | | | | | | | | Backport 2 upstream fix. Fixes: http://autobuild.buildroot.net/results/0d1/0d131f9fa5cce259d999f7d57f9092675bfc24c7 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpqxx: new packageJames Knight2016-07-303-0/+33
Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud