mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bitbake: lib/bb/tests/codeparser: update expand syntax in comment
bb.data.expand(x, d) is deprecated API (Bitbake rev: 71185c19205a77d0511fc00baf95a5433e7106d6) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9b6b47c09d
commit
ad1d65ca32
@@ -285,8 +285,8 @@ def a():
|
||||
|
||||
test(d)
|
||||
|
||||
bb.data.expand(d.getVar("something", False), d)
|
||||
bb.data.expand("${inexpand} somethingelse", d)
|
||||
d.expand(d.getVar("something", False))
|
||||
d.expand("${inexpand} somethingelse")
|
||||
d.getVar(a(), False)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user