summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/utils.py')
-rw-r--r--bitbake/lib/bb/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py
index 91faa494ca..9b550ef3f1 100644
--- a/bitbake/lib/bb/utils.py
+++ b/bitbake/lib/bb/utils.py
@@ -1249,6 +1249,7 @@ def edit_bblayers_conf(bblayers_conf, add, remove):
1249 bblayers.append(addlayer) 1249 bblayers.append(addlayer)
1250 else: 1250 else:
1251 notadded.append(addlayer) 1251 notadded.append(addlayer)
1252 del addlayers[:]
1252 1253
1253 if updated: 1254 if updated:
1254 return (bblayers, None, 2, False) 1255 return (bblayers, None, 2, False)