summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index db822bf771..21fd122468 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -114,6 +114,7 @@ def create_filtered_tasklist(d, sdkbasepath, tasklistfile, conf_initpath):
114 f.write('SSTATE_MIRRORS_forcevariable = ""\n') 114 f.write('SSTATE_MIRRORS_forcevariable = ""\n')
115 # Ensure TMPDIR is the default so that clean_esdk_builddir() can delete it 115 # Ensure TMPDIR is the default so that clean_esdk_builddir() can delete it
116 f.write('TMPDIR_forcevariable = "${TOPDIR}/tmp"\n') 116 f.write('TMPDIR_forcevariable = "${TOPDIR}/tmp"\n')
117 f.write('TCLIBCAPPEND_forcevariable = ""\n')
117 # Drop uninative if the build isn't using it (or else NATIVELSBSTRING will 118 # Drop uninative if the build isn't using it (or else NATIVELSBSTRING will
118 # be different and we won't be able to find our native sstate) 119 # be different and we won't be able to find our native sstate)
119 if not bb.data.inherits_class('uninative', d): 120 if not bb.data.inherits_class('uninative', d):
@@ -289,6 +290,7 @@ python copy_buildsystem () {
289 f.write('\n') 290 f.write('\n')
290 291
291 f.write('TMPDIR = "${TOPDIR}/tmp"\n') 292 f.write('TMPDIR = "${TOPDIR}/tmp"\n')
293 f.write('TCLIBCAPPEND = ""\n')
292 f.write('DL_DIR = "${TOPDIR}/downloads"\n') 294 f.write('DL_DIR = "${TOPDIR}/downloads"\n')
293 295
294 f.write('INHERIT += "%s"\n' % 'uninative') 296 f.write('INHERIT += "%s"\n' % 'uninative')