[oe-commits] [bitbake] 05/10: toaster: missing ToasterSetting import

git at git.openembedded.org git at git.openembedded.org
Mon Sep 4 16:52:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit d4aef1f1f03d88acc76423b55d8bd6c137f66f44
Author: David Reyna <David.Reyna at windriver.com>
AuthorDate: Sun Sep 3 21:02:21 2017 -0700

    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]
    
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/orm/management/commands/lsupdates.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/orm/management/commands/lsupdates.py b/lib/toaster/orm/management/commands/lsupdates.py
index fac5733..54b4fab 100644
--- a/lib/toaster/orm/management/commands/lsupdates.py
+++ b/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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list