]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lib/oe/buildcfg.py: Include missing import
authorJermain Horsman <jermain.horsman@nedap.com>
Thu, 2 Nov 2023 12:11:31 +0000 (13:11 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Nov 2023 14:21:04 +0000 (04:21 -1000)
get_layer_revisions() uses the os.path module but it is not included
in the imports.

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4339ef5b46c39cce402d1cc3526b39702837b839)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/buildcfg.py

index 90f5e0571538611e244563b9920709c5e8673e5f..b9d32c7cc16ee805f072b73c697acb8da5f4cd4b 100644 (file)
@@ -1,4 +1,5 @@
 
+import os
 import subprocess
 import bb.process