bitbake: toaster: disable configvar sorts for value and files
authorDavid Reyna <David.Reyna@windriver.com>
Wed, 26 Mar 2014 13:43:04 +0000 (06:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Apr 2014 09:22:42 +0000 (10:22 +0100)
commit2dc142b009cba45f95eaf9a0536eddae2bc0b37a
tree7e3e972a442cf86a7edb025d1a010680ee7b1d30
parent513f745994f02a50b4bea84b235176ad99ed58c5
bitbake: toaster: disable configvar sorts for value and files

Disable the sort on files because it sorts on the file array's
first (and invisible) element. Disable the sort on values
because the raw ASCII sort looks wrong to the general user,
especially for values with leading spaces.

[YOCTO #6004]

(Bitbake rev: 800cbddd612c977960aa4dd93b24c22aac4bfae0)

Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastergui/views.py