mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
lib/oe/buildcfg.py: Include missing import
get_layer_revisions() uses the os.path module but it is not included in the imports. (From OE-Core rev: 4339ef5b46c39cce402d1cc3526b39702837b839) Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
efe9ae0149
commit
d012de568f
@@ -1,4 +1,5 @@
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import bb.process
|
||||
|
||||
|
||||
Reference in New Issue
Block a user