From: Joshua Lock Date: Thu, 18 Feb 2010 10:57:08 +0000 (+0000) Subject: cross.bbclass: Note that relocatable binaries disabled for a reason X-Git-Tag: 2011-1~6196 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=814c3efb5c69fe340f0222de30e7077d6c07d3d1;p=openembedded-core.git cross.bbclass: Note that relocatable binaries disabled for a reason Signed-off-by: Joshua Lock --- diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index d88ffc16c6..d5f6300777 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass @@ -1,3 +1,6 @@ +# Disabled for now since the relocation paths are too long +#inherit relocatable + # Cross packages are built indirectly via dependency, # no need for them to be a direct target of 'world' EXCLUDE_FROM_WORLD = "1"