diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-01-09 22:08:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-27 21:01:05 +0000 |
commit | dfd7a8a27a15a921d51d9b29fb05a218a153730a (patch) | |
tree | 9987f00f93d55cdc9b448d33b1f9d1b2c28edd6c | |
parent | baaab36f41636e571d021dba5496c29d2224937c (diff) | |
download | poky-dfd7a8a27a15a921d51d9b29fb05a218a153730a.tar.gz |
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 <ravi.chintakunta@timesys.com>.
(Bitbake rev: 86d3a44e81aa3dbff947330dfaeff6040bbd625f)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = ( | |||
161 | 'toastermain', | 161 | 'toastermain', |
162 | 'toastergui', | 162 | 'toastergui', |
163 | 'bldviewer', | 163 | 'bldviewer', |
164 | 'toastergui', | ||
165 | 'south', | 164 | 'south', |
166 | ) | 165 | ) |
167 | 166 | ||