summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-06-09 13:34:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-12 17:03:15 +0100
commit26ae42ded7f2a59f7ccc8e8e8b763b4613a2bbdb (patch)
treeea4a0ba8f2237be0d8bc509af2a1dad36565c47a /bitbake/lib/bb/tests/runqueue-tests
parentbf69f30b4b0c478b4bb832f630d7e72b4389d2e1 (diff)
downloadpoky-26ae42ded7f2a59f7ccc8e8e8b763b4613a2bbdb.tar.gz
bitbake: bitbake: tests: Add mcdepends test
Adds a test to validate that mcdepends causes the dependent tasks to build, and also that a change in the dependent task causes the dependee task to re-execute. (Bitbake rev: f2062c41693f9f684bdaf2df0a2a08b7f3871026) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/runqueue-tests')
-rw-r--r--bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb b/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
new file mode 100644
index 0000000000..d45a4cff52
--- /dev/null
+++ b/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
@@ -0,0 +1 @@
do_install[mcdepends] = "mc:mc1:mc2:a1:do_build"