From: Richard Purdie Date: Thu, 15 Jul 2010 09:14:49 +0000 (+0100) Subject: bitbake.conf: Add base_libdir_nativesdk X-Git-Tag: 2011-1~5290 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc86905780572b84afa593a15756436a639de9b5;p=openembedded-core.git bitbake.conf: Add base_libdir_nativesdk Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ea584097e4..e54f7d6fa5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -46,6 +46,7 @@ bindir_cross = "/bin" prefix_nativesdk = "/usr" bindir_nativesdk = "${prefix_nativesdk}/bin" libdir_nativesdk = "${prefix_nativesdk}/lib" +base_libdir_nativesdk = "/lib" # # Cross recipes need to know about the target layout