The entry being removed is a file, not a manifest, so improve the debug message to reflect that and be slightly less confusing.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes-global/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass index 1dfcb5d0a3b..ce9baf58165 100644 --- a/meta/classes-global/sstate.bbclass +++ b/meta/classes-global/sstate.bbclass @@ -478,7 +478,7 @@ def sstate_clean_manifest(manifest, d, canrace=False, prefix=None): entry = entry.strip() if prefix and not entry.startswith("/"): entry = prefix + "/" + entry - bb.debug(2, "Removing manifest: %s" % entry) + bb.debug(2, "Removing file: %s" % entry) # We can race against another package populating directories as we're removing them # so we ignore errors here. try:
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237012): https://lists.openembedded.org/g/openembedded-core/message/237012 Mute This Topic: https://lists.openembedded.org/mt/119306065/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
