mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
base/utils.bbclass: Sync up overlapping functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -386,8 +386,9 @@ def explode_deps(s):
|
||||
return bb.utils.explode_deps(s)
|
||||
|
||||
def base_set_filespath(path, d):
|
||||
bb.note("base_set_filespath usage is deprecated, %s should be fixed" % d.getVar("P", 1))
|
||||
filespath = []
|
||||
extrapaths = (bb.data.getVar("FILESEXTRAPATHS", d, True) or "").split()
|
||||
path = extrapaths + path
|
||||
# The ":" ensures we have an 'empty' override
|
||||
overrides = (bb.data.getVar("OVERRIDES", d, 1) or "") + ":"
|
||||
for p in path:
|
||||
|
||||
Reference in New Issue
Block a user