mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-23 23:30:19 +00:00
ea1ada6ee3e8967f6e0923f432a3aee91e1ac22f
do_compile fails with: cc1: error: include location "/usr/include/libnl3" is unsafe for cross-compilation [-Werror=poison-system-directories] The kernel tools Makefile gets the libnl flags from pkg-config. The recipe does not inherit pkgconfig, so there is no PKG_CONFIG_SYSROOT_DIR and the host pkg-config answers with the host include path. Drop the manual CFLAGS entry, pkg-config now gives the same path. Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
86.5%
Shell
5.8%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.2%