diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 13:50:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | 4512f767eacfc0838de3d74f1de7aa84b2d7a617 (patch) | |
tree | ef4e0f07eb96c3b03e15463bb134273d671d101a /bitbake/lib/bb/tests/parse.py | |
parent | 2d7cf6c056691b6de81bdbb029225d7e0e16f37b (diff) | |
download | poky-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.py | 2 |
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 = """ |
147 | VAR_var_override1 = "B" | 147 | VAR_var:override1 = "B" |
148 | EXTRA = ":override1" | 148 | EXTRA = ":override1" |
149 | OVERRIDES = "nothing${EXTRA}" | 149 | OVERRIDES = "nothing${EXTRA}" |
150 | 150 | ||