From bf45449f1aeb98498c0194dbf60ed98af3feca75 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Nov 2011 19:07:07 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/native.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/native.bbclass') diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 8f7cc1f2d3..49823d6fc6 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass @@ -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 () { -- cgit v1.2.3-54-g00ecf