]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
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)
commita888d56d46b01d6126179e3f38e3c1739c38d45c
tree6f15b5d865b518bdb3d0386a5f940736d6dbf194
parent5420215a3415f08c1d961fca2e3d8258f82fb7f1
lib/oe/buildcfg.py: Include missing import

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