diff options
| -rw-r--r-- | bitbake/lib/bb/cookerdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index fe5696c704..d54ac932e5 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
| @@ -248,7 +248,7 @@ class CookerDataBuilder(object): | |||
| 248 | for k in cookercfg.env: | 248 | for k in cookercfg.env: |
| 249 | self.savedenv.setVar(k, cookercfg.env[k]) | 249 | self.savedenv.setVar(k, cookercfg.env[k]) |
| 250 | if k in bb.data_smart.bitbake_renamed_vars: | 250 | if k in bb.data_smart.bitbake_renamed_vars: |
| 251 | bb.error('Variable %s from the shell environment has been renamed to %s' % (k, bb.data_smart.bitbake_renamed_vars[k])) | 251 | bb.error('Shell environment variable %s has been renamed to %s' % (k, bb.data_smart.bitbake_renamed_vars[k])) |
| 252 | bb.fatal("Exiting to allow enviroment variables to be corrected") | 252 | bb.fatal("Exiting to allow enviroment variables to be corrected") |
| 253 | 253 | ||
| 254 | filtered_keys = bb.utils.approved_variables() | 254 | filtered_keys = bb.utils.approved_variables() |
