summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-25 20:21:51 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-25 11:25:59 -0800
commitc3c2495e9fd12fd17ac8406f5a922fa46d807558 (patch)
treea4647a7dd2f87df826b7e14cdbf6568c41eefac4 /meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
parentf2200178ed205690792e5b9742adc471d6f0dcb6 (diff)
downloadmeta-openembedded-c3c2495e9fd12fd17ac8406f5a922fa46d807558.tar.gz
cifs-utils: fix broken PACKAGECONFIGs
Some PACKAGECONFIGs (cifsidmap, cifsacl, pam) were failing to build since a while, erroring out with: | ../sources/cifs-utils-7.4/resolve_host.c:23:10: fatal error: config.h: No such file or directory | 23 | #include "config.h" | | ^~~~~~~~~~ | compilation terminated. The config.h header is generated in the root of build folder, and it seems that the recipe can't be built 100% out of the source tree. To avoid this issue, add ${B} as an include folder to CFLAGS, so it finds the required header. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb')
0 files changed, 0 insertions, 0 deletions