mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
multilib_global.bbclass: fix indent
(From OE-Core rev: 52f121a726da573c90e5857caff95e50b01ea02a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4885cdc000
commit
f0b518784d
@@ -188,7 +188,7 @@ python multilib_virtclass_handler_global () {
|
||||
if rprovs.strip():
|
||||
e.data.setVar("RPROVIDES", rprovs)
|
||||
|
||||
# Process RPROVIDES_${PN}...
|
||||
# Process RPROVIDES_${PN}...
|
||||
for pkg in (e.data.getVar("PACKAGES") or "").split():
|
||||
origrprovs = rprovs = e.data.getVar("RPROVIDES_%s" % pkg) or ""
|
||||
for clsextend in clsextends:
|
||||
|
||||
Reference in New Issue
Block a user