From dfd7a8a27a15a921d51d9b29fb05a218a153730a Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 9 Jan 2014 22:08:09 -0500 Subject: bitbake: toaster: settings remove duplicate entry The 'toastergui' application had duplicate entries, so this patch removes the duplicate ones. Based on an original patch from Ravi Chintakunta . (Bitbake rev: 86d3a44e81aa3dbff947330dfaeff6040bbd625f) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/toaster/toastermain/settings.py') diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index c8db82f7ab..51fa3ccd03 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py @@ -161,7 +161,6 @@ INSTALLED_APPS = ( 'toastermain', 'toastergui', 'bldviewer', - 'toastergui', 'south', ) -- cgit v1.2.3-54-g00ecf