summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2021-02-19 20:37:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-21 22:02:01 +0000
commit40f5a289d5f3fd8b1d0f3ee1544531b85f5ab350 (patch)
tree682b115929d4f7327289826cfcc9604d12f181a0 /bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
parent90e5cce0e31ed40c17b6cfed46945c8536c99ee3 (diff)
downloadpoky-40f5a289d5f3fd8b1d0f3ee1544531b85f5ab350.tar.gz
bitbake: event: Fix broken builds when multiconfig has a hyphen in the name
5f7fdf7b2d ("bitbake: event: Prevent bitbake from executing event handler for wrong multiconfig target") broke multiconfig builds contain a hyphen, since it's attempt to use the multiconfig as part of a function name and python functions are not allowed to contain a hyphen. Rework the bitbake multiconfig test to test a multiconfig with a hyphen and one with an underscore to validate this doesn't break in the future. (Bitbake rev: c3168df330a4563cbd03ba74de55a22217d823ed) 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/recipes/f1.bb')
-rw-r--r--bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb b/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
index d45a4cff52..7b8fc592ab 100644
--- a/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
+++ b/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb
@@ -1 +1 @@
do_install[mcdepends] = "mc:mc1:mc2:a1:do_build" do_install[mcdepends] = "mc:mc-1:mc_2:a1:do_build"