kumquat-buildroot/support
Thomas Petazzoni 34b1bdeba4 size-stats: fix bug when parsing file names with comma
The size-stats script fails when the usb_modeswitch_data is enabled,
because this package installs files that contain commas in their
name. However, the size-stats script also uses comma as a separator for
its CSV files, causing a "ValueError: too many values to unpack" in:

  pkg, fpath = l.split(",")

Fix this by splitting only the two fields that need to be split.

The bug was reported by Matthias <porto.rio@gmx.net>, who also suggested
a fix.

Fixes bug #9136.

Reported-by: Matthias <porto.rio@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-09 12:25:11 +02:00
..
dependencies build: cleanup remaining references to BR2_STRIP_sstrip 2016-06-10 20:15:15 +02:00
download support/download/git: Fix compatibility issue with git older than 1.8.4 2016-07-28 22:02:13 +02:00
dummy-external
gnuconfig support/gnuconfig: bump version to 2016-05-15 2016-06-05 22:26:57 +02:00
kconfig
legal-info legal-info: explicitly state how patches are licensed 2016-06-24 16:23:14 +02:00
libtool
misc pkg-cmake.mk: export the fortran compiler path in the CMake toolchain file 2016-07-03 16:58:11 +02:00
scripts size-stats: fix bug when parsing file names with comma 2016-08-09 12:25:11 +02:00