]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe: Move vardepexclude entries alongside functions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jun 2025 15:46:37 +0000 (16:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commite522169c5f95de6fc74b43672573700d8eb8e082
treed5c5a7d2c3fbbb1af9bac117ce721ac395593bff
parent0ebf7dc82498e7dfabb45fd4e6f7b80375a93835
lib/oe: Move vardepexclude entries alongside functions

Now we have decorators that can do this, move the variable dependencies
exclusions alongside the code that needs them for maintainability.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/lib/oe/package.py
meta/lib/oe/packagedata.py
meta/lib/oe/path.py
meta/lib/oe/sstatesig.py
meta/lib/oe/utils.py