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 662a7ac071..e3f5317f7c 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -648,7 +648,7 @@ class BBCooker: | |||
| 648 | 648 | ||
| 649 | # emit the metadata which isnt valid shell | 649 | # emit the metadata which isnt valid shell |
| 650 | data.expandKeys(envdata) | 650 | data.expandKeys(envdata) |
| 651 | for e in envdata.keys(): | 651 | for e in sorted(envdata.keys()): |
| 652 | if envdata.getVarFlag(e, 'func', False) and envdata.getVarFlag(e, 'python', False): | 652 | if envdata.getVarFlag(e, 'func', False) and envdata.getVarFlag(e, 'python', False): |
| 653 | logger.plain("\npython %s () {\n%s}\n", e, envdata.getVar(e, False)) | 653 | logger.plain("\npython %s () {\n%s}\n", e, envdata.getVar(e, False)) |
| 654 | 654 | ||
