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>
This commit is contained in:
Alexandru DAMIAN 2014-01-09 22:08:09 -05:00 committed by Richard Purdie
parent baaab36f41
commit dfd7a8a27a
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ INSTALLED_APPS = (
'toastermain',
'toastergui',
'bldviewer',
'toastergui',
'south',
)