linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-software: android-tools: do not use host /usr in libext4_utils #68

Closed hnez closed 9 months ago

hnez commented 9 months ago

Without this patch the build rightfully fails with:

cc1plus: error: include location "/usr/include/android" is unsafe for cross-compilation [-Werror=poison-system-directories]

This issue was discovered by @ukleinek when building the BSP from scratch, which we do not usually do (but maybe should do to discover these kinds of issues).