mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
classes, conf: Exclude native and nativesdk recipes from libc specific override
Based on suggestions from RP libc-uclibc and libc-glibc overrides are for denoting system C library in use on the target and not for the host therefore we make sure that the override only takes effect for target recipes only. (From OE-Core rev: 6e2b53f47da0e97271fb51b281d24da1e1d549cc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -92,6 +92,9 @@ EXTRA_NATIVE_PKGCONFIG_PATH ?= ""
|
||||
PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"
|
||||
PKG_CONFIG_SYSROOT_DIR = ""
|
||||
|
||||
# we dont want libc-uclibc or libc-glibc to kick in for native recipes
|
||||
LIBCOVERRIDE = ""
|
||||
|
||||
PATH =. "${COREBASE}/scripts/native-intercept:"
|
||||
|
||||
python native_virtclass_handler () {
|
||||
|
||||
Reference in New Issue
Block a user