]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2023 11:21:02 +0000 (11:21 +0000)
commit4339ef5b46c39cce402d1cc3526b39702837b839
tree8844fb9e8b869fbb127f0d20353e5cd657ab8493
parent70cfcb9ffadf463c3f96b97925db958e8c65af9d
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>
meta/lib/oe/buildcfg.py