mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
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. (From OE-Core rev: e522169c5f95de6fc74b43672573700d8eb8e082) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -987,11 +987,3 @@ MULTILIB_VARIANTS ??= ""
|
||||
# support unihashes.
|
||||
BB_UNIHASH ?= "${BB_TASKHASH}"
|
||||
|
||||
oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS"
|
||||
oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES"
|
||||
oe.path.format_display[vardepsexclude] = "TOPDIR"
|
||||
oe.utils.get_bb_number_threads[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
oe.package.save_debugsources_info[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
oe.package.read_debugsources_info[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
oe.packagedata.emit_pkgdata[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
oe.packagedata.read_subpkgdata_extended[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
|
||||
Reference in New Issue
Block a user