[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7565/8267] bitbake: toaster: missing ToasterSetting import
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 7565/8267] bitbake: toaster: missing ToasterSetting import
- Date: Sun, 17 Dec 2017 06:25:36 +0000 (UTC)
commit bdb1f7571ed539b89ce42268a81ab76d27133dd9
Author: David Reyna <David Reyna windriver com>
Date: Sun Sep 3 21:02:21 2017 -0700
bitbake: toaster: missing ToasterSetting import
The file "lsupdates.py" is missing the import of 'ToasterSetting',
and that breaks setting up and updating Toaster and its database.
[YOCTO #12036]
(Bitbake rev: d4aef1f1f03d88acc76423b55d8bd6c137f66f44)
Signed-off-by: David Reyna <David Reyna windriver com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../toaster/orm/management/commands/lsupdates.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/bitbake/lib/toaster/orm/management/commands/lsupdates.py
b/bitbake/lib/toaster/orm/management/commands/lsupdates.py
index fac5733..54b4fab 100644
--- a/bitbake/lib/toaster/orm/management/commands/lsupdates.py
+++ b/bitbake/lib/toaster/orm/management/commands/lsupdates.py
@@ -24,6 +24,7 @@ from django.core.management.base import BaseCommand
from orm.models import LayerSource, Layer, Release, Layer_Version
from orm.models import LayerVersionDependency, Machine, Recipe
from orm.models import Distro
+from orm.models import ToasterSetting
import os
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]