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 8198f509e2..c6b5658d75 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
| @@ -425,7 +425,7 @@ class CookerDataBuilder(object): | |||
| 425 | data.delVar('LAYERDIR_RE') | 425 | data.delVar('LAYERDIR_RE') |
| 426 | data.delVar('LAYERDIR') | 426 | data.delVar('LAYERDIR') |
| 427 | for c in compat_entries: | 427 | for c in compat_entries: |
| 428 | data.setVar("LAYERSERIES_COMPAT_%s" % c, sorted(compat_entries[c])) | 428 | data.setVar("LAYERSERIES_COMPAT_%s" % c, " ".join(sorted(compat_entries[c]))) |
| 429 | 429 | ||
| 430 | bbfiles_dynamic = (data.getVar('BBFILES_DYNAMIC') or "").split() | 430 | bbfiles_dynamic = (data.getVar('BBFILES_DYNAMIC') or "").split() |
| 431 | collections = (data.getVar('BBFILE_COLLECTIONS') or "").split() | 431 | collections = (data.getVar('BBFILE_COLLECTIONS') or "").split() |
