summaryrefslogtreecommitdiffstats
path: root/package/python-mwclient/0001-setup.py-require-pytest-runner-only-when-necessary.patch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-11-27 11:48:55 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-27 21:30:56 +0100
commitba6796c7ccb856fc34a7983c9ac031168f1e0b65 (patch)
tree77000cb31143a20da3f6a878068840d3ac52ad41 /package/python-mwclient/0001-setup.py-require-pytest-runner-only-when-necessary.patch
parentd8234d440024719e4df61f583b26302162dc363f (diff)
downloadbuildroot-ba6796c7ccb856fc34a7983c9ac031168f1e0b65.tar.gz
buildroot-ba6796c7ccb856fc34a7983c9ac031168f1e0b65.zip
package/dvb-apps: is not parallel-safe
This is invisible because the timings make it excessively difficult to hit, but the Makefile is inherently flawed for parallel build, as it contains: $(objects): atsc_psip_section.c atsc_psip_section.h atsc_psip_section.c atsc_psip_section.h: perl section_generate.pl atsc_psip_section.pl and the perl script section_generate.pl will create both the .c and .h files in one go, but given the construct above, there can be two such script that run in parallel, which can clobber the generated .c and/or .h files. So, make dvb-apps a MAKE1 package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-mwclient/0001-setup.py-require-pytest-runner-only-when-necessary.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud