This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch chandan/stack-stricter-warnings in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 9bfc0aaa035a7dc9f47472d9062a905eed853a5d Author: Chandan Singh <[email protected]> AuthorDate: Tue Jul 16 17:41:51 2019 +0100 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! tests: Remove build dependencies from stack elements --- tests/format/dependencies1/elements/builddep-list.bst | 2 +- tests/format/dependencies1/elements/list-combine.bst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/format/dependencies1/elements/builddep-list.bst b/tests/format/dependencies1/elements/builddep-list.bst index a0cbcaf..49e1792 100644 --- a/tests/format/dependencies1/elements/builddep-list.bst +++ b/tests/format/dependencies1/elements/builddep-list.bst @@ -1,4 +1,4 @@ -kind: stack +kind: manual description: This element has a build-only dependency specified via build-depends build-depends: - firstdep.bst diff --git a/tests/format/dependencies1/elements/list-combine.bst b/tests/format/dependencies1/elements/list-combine.bst index 78ebdb6..d01293f 100644 --- a/tests/format/dependencies1/elements/list-combine.bst +++ b/tests/format/dependencies1/elements/list-combine.bst @@ -1,4 +1,4 @@ -kind: stack +kind: manual description: This element depends on three elements in different ways build-depends: - firstdep.bst
