diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-setup-builddir | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 32bc6580eb..6493e46b2b 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -50,10 +50,6 @@ fi | |||
50 | 50 | ||
51 | . "$OEROOT"/.templateconf | 51 | . "$OEROOT"/.templateconf |
52 | 52 | ||
53 | if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then | ||
54 | echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg" | ||
55 | fi | ||
56 | |||
57 | # | 53 | # |
58 | # $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf | 54 | # $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf |
59 | # | 55 | # |
@@ -140,3 +136,7 @@ if [ -z "$OECORENOTESCONF" ]; then | |||
140 | fi | 136 | fi |
141 | [ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF" | 137 | [ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF" |
142 | unset OECORENOTESCONF | 138 | unset OECORENOTESCONF |
139 | |||
140 | if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then | ||
141 | echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg" | ||
142 | fi | ||