From: Jermain Horsman <[email protected]> get_layer_revisions() uses the os.path module but it is not included in the imports.
Signed-off-by: Jermain Horsman <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> (cherry picked from commit 4339ef5b46c39cce402d1cc3526b39702837b839) Signed-off-by: Steve Sakoman <[email protected]> --- meta/lib/oe/buildcfg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oe/buildcfg.py b/meta/lib/oe/buildcfg.py index 90f5e05715..b9d32c7cc1 100644 --- a/meta/lib/oe/buildcfg.py +++ b/meta/lib/oe/buildcfg.py @@ -1,4 +1,5 @@ +import os import subprocess import bb.process -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191541): https://lists.openembedded.org/g/openembedded-core/message/191541 Mute This Topic: https://lists.openembedded.org/mt/102902836/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
