summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/populate_sdk_ext.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass
index 028d0c1ff5..173b3065b0 100644
--- a/meta/classes-recipe/populate_sdk_ext.bbclass
+++ b/meta/classes-recipe/populate_sdk_ext.bbclass
@@ -635,13 +635,6 @@ install_tools() {
635 test -e ${targetscriptfn} || ln -rs ${scriptfn} ${targetscriptfn} 635 test -e ${targetscriptfn} || ln -rs ${scriptfn} ${targetscriptfn}
636 done 636 done
637 done 637 done
638 # We can't use the same method as above because files in the sysroot won't exist at this point
639 # (they get populated from sstate on installation)
640 unfsd_path="${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/unfsd"
641 if [ "${SDK_INCLUDE_TOOLCHAIN}" = "1" -a ! -e $unfsd_path ] ; then
642 binrelpath=${@os.path.relpath(d.getVar('STAGING_BINDIR_NATIVE'), d.getVar('TMPDIR'))}
643 ln -rs ${SDK_OUTPUT}/${SDKPATH}/tmp/$binrelpath/unfsd $unfsd_path
644 fi
645 touch ${SDK_OUTPUT}/${SDKPATH}/.devtoolbase 638 touch ${SDK_OUTPUT}/${SDKPATH}/.devtoolbase
646 639
647 # find latest buildtools-tarball and install it 640 # find latest buildtools-tarball and install it