diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-04 18:50:32 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:51:32 -0700 |
| commit | 349f0be07381252ef4b58bdfaba697861aeed459 (patch) | |
| tree | 7c89fac078062222f994bab46ffb792f7036edf4 /meta-python/recipes-devtools/python/python-pyrex | |
| parent | d432004d2c5789a02b72e0ae36a84e6d31414816 (diff) | |
| download | meta-openembedded-349f0be07381252ef4b58bdfaba697861aeed459.tar.gz | |
vboxguestdrivers: fix build against 5.19 kernel / libc-headers
We've bounced back and forth with the mixed libc/kernel module structure of
these drivers. In particular the location and content of stdarg.h has caused
compile problems, or can't be located.
In particular kernel versions have issues with stdarg.h and compatibility
with the sysroot and libc-headers/uapi. If we include the file directly from
the kernel source (STAGING_KERNEL_DIR) we get conflicting types on many
structures, due to kernel .h files being found before libc .h files. if we
grab just this one file from the source, and put it into our file structure,
everything holds together.
Plus, we get to drop a patch we are carrying to change the include of
stdarg.h
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyrex')
0 files changed, 0 insertions, 0 deletions
