]> code.ossystems Code Review - openembedded-core.git/commitdiff
cross.bbclass: Note that relocatable binaries disabled for a reason
authorJoshua Lock <josh@linux.intel.com>
Thu, 18 Feb 2010 10:57:08 +0000 (10:57 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 18 Feb 2010 10:57:08 +0000 (10:57 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/cross.bbclass

index d88ffc16c66a76fea9bbb4725b2a7b429ba8f25f..d5f63007771411c73175343f90528db041c08f36 100644 (file)
@@ -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"