summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/psqlodbc
Commit message (Collapse)AuthorAgeFilesLines
* psqlodbc: fix build with gcc-15Martin Jansa2025-04-232-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure: make sure to call AC_CHECK_HEADER_STDBOOL before using ac_cv_sizeof_bool It was called after this conditional, so PG_USE_STDBOOL wasn't set even when it should be as shown in at the end of config.log: ac_cv_header_stdbool_h=yes ac_cv_sizeof_bool=1 ac_cv_type__Bool=yes #define SIZEOF_BOOL 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 * fixes: https://github.com/postgresql-interfaces/psqlodbc/issues/110 https://github.com/postgresql-interfaces/psqlodbc/issues/94 http://errors.yoctoproject.org/Errors/Details/852841/ In file included from ../psqlodbc-16.00.0000/environ.h:16, from ../psqlodbc-16.00.0000/environ.c:16: ../psqlodbc-16.00.0000/psqlodbc.h:264:23: error: 'bool' cannot be defined via 'typedef' 264 | typedef unsigned char bool; | ^~~~ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: Update SRC_URI to point to latest location of 16.00.0000 tarballsKhem Raj2024-10-141-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: Fix ptestsKhem Raj2024-04-122-10/+13
| | | | | | | | | | There are two still left Failed ptests: {'psqlodbc': ['30_-_lfconversion', '43_-_result-conversions']} These need using unicode postgresql driver perhaps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: upgrade 15.00.0000 -> 16.00.0000Wang Mingyu2023-09-201-1/+1
| | | | | | | | | | Changelog: ========== Use autoconf to check for stdbool.h. Make it possible to use standard bool on Windows. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: upgrade 13.02.0000 -> 15.00.0000Wang Mingyu2023-06-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-01-271-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: fix HOMEPAGETrevor Woerner2023-01-231-1/+1
| | | | | | | | The HOMEPAGE URL is no longer valid, update it to point to the correct location. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* psqlodbc: Upgrade to 13.02.0000Khem Raj2022-08-315-72/+68
| | | | | | | Forward port patches Merged .inc into .bb for easing out devtool use Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* psqlodbc: move to recipes-dbsArmin Kuster2018-03-016-0/+402
Signed-off-by: Armin Kuster <akuster808@gmail.com>