]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe/buildcfg.py: Remove unused parameter
authorJermain Horsman <jermain.horsman@nedap.com>
Thu, 2 Nov 2023 12:11:32 +0000 (13:11 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Nov 2023 14:21:04 +0000 (04:21 -1000)
commitea871e7920726c7b2e57161092e21c62e6a5d91e
tree3a1864ae10fc8dc70c074a685c1905471620e55d
parenta888d56d46b01d6126179e3f38e3c1739c38d45c
lib/oe/buildcfg.py: Remove unused parameter

Several functions included the 'd' parameter but never used it,
additionally the value passed is always None.

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