meta-openembedded/meta-oe
Martin Jansa a0ea7128d2
psqlodbc: fix build with gcc-15
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>
2025-04-23 19:35:01 -07:00
..
classes check-version-mismatch.bbclass: skip go/src directory 2025-04-19 14:36:05 -07:00
conf Reproducilibility: Remove boinc-client-dev package from non reproducible list 2025-04-19 14:36:07 -07:00
dynamic-layers thin-provisioning-tools: Fix build on riscv32 2025-04-06 11:06:42 -07:00
files static-passwd-meta-oe: add flatpak user 2025-04-19 14:36:07 -07:00
lib/oeqa/selftest/cases
licenses openldap: make license match spdx identifier 2025-02-04 20:25:51 -08:00
recipes-benchmark dhrystone: fix build error with gcc-15 2025-04-10 08:31:05 -07:00
recipes-bsp lsscsi: revert to version 0.32 2025-04-15 12:52:19 -07:00
recipes-connectivity ace: Delete -fdebug-prefix-map option from CXX 2025-04-22 09:10:56 -07:00
recipes-core uutils-coreutils: fix selinux PACKAGECONFIG option 2025-04-15 12:52:17 -07:00
recipes-crypto libmcrypt: fix build with gcc-15.0.1 2025-04-01 20:43:27 -07:00
recipes-dbs psqlodbc: fix build with gcc-15 2025-04-23 19:35:01 -07:00
recipes-devtools yasm: fix build with gcc-15 2025-04-23 19:35:01 -07:00
recipes-extended sysdig: fix build with gcc-15 2025-04-23 19:35:00 -07:00
recipes-gnome adw-gtk3: upgrade 5.7 -> 5.8 2025-04-16 08:18:04 -07:00
recipes-graphics vulkan-cts-sources: fix build with gcc-15 2025-04-23 19:35:00 -07:00
recipes-kernel bpftool: Use -ffile-prefix-map instead of -fdebug-prefix-map 2025-04-22 09:10:56 -07:00
recipes-libsimplelog/libsimplelog libsimplelog: Add C89-C++20 logger for cross-OS. 2025-04-19 14:36:05 -07:00
recipes-multimedia libxmp: add recipe 2025-04-22 09:10:56 -07:00
recipes-navigation geos: upgrade 3.12.1 -> 3.13.1 2025-03-20 09:04:50 -07:00
recipes-networking/cyrus-sasl cyrus-sasl: fix error with gcc-15 2025-04-19 14:36:04 -07:00
recipes-printing cups-filters: use 4 spaces for indentation 2025-04-23 19:35:01 -07:00
recipes-security nmap: set UPSTREAM_CHECK_REGEX 2025-04-12 07:09:49 -07:00
recipes-shells recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-support vboxguestdrivers: Use -ffile-prefix-map in place of -fdebug-prefix-map 2025-04-22 09:10:56 -07:00
recipes-test catch2: upgrade 3.8.0 -> 3.8.1 2025-04-15 12:52:18 -07:00
COPYING.MIT
README.md README.md: Hint at "git request-pull" 2024-09-14 08:43:55 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.

Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj raj.khem@gmail.com