-
- Downloads
BuildElement: Don't enable batching of prepare and assemble by default
Some external plugins depend derive from BuildElement and are broken by BuildElement enabling this batching by default. Instead, enable it in all of the individual build element plugin implementations. This fixes issue #800
Showing
- buildstream/buildelement.py 0 additions, 4 deletionsbuildstream/buildelement.py
- buildstream/plugins/elements/autotools.py 7 additions, 1 deletionbuildstream/plugins/elements/autotools.py
- buildstream/plugins/elements/cmake.py 7 additions, 1 deletionbuildstream/plugins/elements/cmake.py
- buildstream/plugins/elements/distutils.py 7 additions, 1 deletionbuildstream/plugins/elements/distutils.py
- buildstream/plugins/elements/make.py 7 additions, 1 deletionbuildstream/plugins/elements/make.py
- buildstream/plugins/elements/makemaker.py 7 additions, 1 deletionbuildstream/plugins/elements/makemaker.py
- buildstream/plugins/elements/manual.py 7 additions, 1 deletionbuildstream/plugins/elements/manual.py
- buildstream/plugins/elements/meson.py 7 additions, 1 deletionbuildstream/plugins/elements/meson.py
- buildstream/plugins/elements/modulebuild.py 7 additions, 1 deletionbuildstream/plugins/elements/modulebuild.py
- buildstream/plugins/elements/pip.py 7 additions, 1 deletionbuildstream/plugins/elements/pip.py
- buildstream/plugins/elements/qmake.py 7 additions, 1 deletionbuildstream/plugins/elements/qmake.py
Please register or sign in to comment