summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/parse.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 13:50:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commit4512f767eacfc0838de3d74f1de7aa84b2d7a617 (patch)
treeef4e0f07eb96c3b03e15463bb134273d671d101a /bitbake/lib/bb/tests/parse.py
parent2d7cf6c056691b6de81bdbb029225d7e0e16f37b (diff)
downloadpoky-4512f767eacfc0838de3d74f1de7aa84b2d7a617.tar.gz
bitbake: doc/lib: Add fixes for issues missed by the automated conversion
The examples and tests use non-standard override names, convert these to the new syntax by hand. (Bitbake rev: a6c40eca1146c0160da7e4e0bd7ac52fef2029e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/parse.py')
-rw-r--r--bitbake/lib/bb/tests/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/parse.py b/bitbake/lib/bb/tests/parse.py
index 02a5c4952a..1b6b6d412e 100644
--- a/bitbake/lib/bb/tests/parse.py
+++ b/bitbake/lib/bb/tests/parse.py
@@ -144,7 +144,7 @@ PN = "bc"
144 144
145 145
146 classextend = """ 146 classextend = """
147VAR_var_override1 = "B" 147VAR_var:override1 = "B"
148EXTRA = ":override1" 148EXTRA = ":override1"
149OVERRIDES = "nothing${EXTRA}" 149OVERRIDES = "nothing${EXTRA}"
150 150