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:
Jermain Horsman
2023-11-02 13:11:31 +01:00
committed by Richard Purdie
parent efe9ae0149
commit d012de568f

View File

@@ -1,4 +1,5 @@
import os
import subprocess
import bb.process