summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-setup-builddir4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 201cea30bf..72113c37b8 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -133,6 +133,4 @@ fi
133[ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF" 133[ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF"
134unset OECORENOTESCONF 134unset OECORENOTESCONF
135 135
136if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then 136echo "$ORG_TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg"
137 echo "$ORG_TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg"
138fi