diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index d17716d39e..ad36b34aa4 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -328,7 +328,7 @@ class BBCooker: | |||
| 328 | begin_line = total.count("\n",0,index) | 328 | begin_line = total.count("\n",0,index) |
| 329 | 329 | ||
| 330 | #check if the variable was saved before in the same way | 330 | #check if the variable was saved before in the same way |
| 331 | if contents[begin_line-1]== "#added by bitbake\n": | 331 | if contents[begin_line-1]== "#added by hob\n": |
| 332 | contents[begin_line-1] = contents[begin_line] = "\n" | 332 | contents[begin_line-1] = contents[begin_line] = "\n" |
| 333 | else: | 333 | else: |
| 334 | contents[begin_line] = "\n" | 334 | contents[begin_line] = "\n" |
