diff options
| -rw-r--r-- | bitbake/lib/bb/ui/buildinfohelper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index e1ef16d509..7017305ae7 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
| @@ -69,7 +69,7 @@ class ORMWrapper(object): | |||
| 69 | from bldcontrol.models import BuildEnvironment, BuildRequest | 69 | from bldcontrol.models import BuildEnvironment, BuildRequest |
| 70 | br, be = brbe.split(":") | 70 | br, be = brbe.split(":") |
| 71 | buildrequest = BuildRequest.objects.get(pk = br) | 71 | buildrequest = BuildRequest.objects.get(pk = br) |
| 72 | build.project = buildrequest.project | 72 | build.project_id = buildrequest.project_id |
| 73 | build.save() | 73 | build.save() |
| 74 | 74 | ||
| 75 | return build | 75 | return build |
