You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/04/05 10:04:30 UTC

[buildstream-plugins] 15/49: Added project.conf to allow using these plugins with a junction

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit eac4b69b8f8b07b224c4fbadc2dc2215662c45fd
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Mar 18 17:53:52 2022 +0900

    Added project.conf to allow using these plugins with a junction
---
 project.conf | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..a89e915
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,27 @@
+#
+# This project.conf exposes the plugins as a buildstream project so
+# that plugins can be loaded via junctions.
+#
+name: buildstream-plugins
+min-version: 2.0
+
+plugins:
+- origin: local
+  path: src/buildstream_plugins/elements
+  elements:
+  - autotools
+  - cmake
+  - make
+  - meson
+  - pip
+  - setuptools
+
+- origin: local
+  path: src/buildstream_plugins/sources
+  sources:
+  - bzr
+  - cargo
+  - docker
+  - git
+  - patch
+  - pip