This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/mirror-plugins in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 58a43e766eae11d736d513250a333fc7cdc16e78 Author: Tristan van Berkom <[email protected]> AuthorDate: Mon Oct 14 18:33:01 2024 +0900 make plugin: Remove bogus since version from the doc string This makes reference to the format-version from BuildStream 1, but this plugin is for BuildStream 2 and has been available since the initial buildstream-plugins release. --- src/buildstream_plugins/elements/make.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/buildstream_plugins/elements/make.py b/src/buildstream_plugins/elements/make.py index c9d6375..7e64b3c 100644 --- a/src/buildstream_plugins/elements/make.py +++ b/src/buildstream_plugins/elements/make.py @@ -26,11 +26,6 @@ This is a `BuildElement <https://docs.buildstream.build/master/buildstream.scriptelement.html#module-buildstream.scriptelement>`_ implementation for using GNU make based build. -.. note:: - - The ``make`` element is available since `format version 9 - <https://docs.buildstream.build/master/format_project.html#project-format-version>`_ - Here is the default configuration for the ``make`` element in full: .. literalinclude:: ../../../src/buildstream_plugins/elements/make.yaml
