mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 06:08:05 +00:00
sstatesig: Add version information for find_sigingfo
Since we're changing the return values of the function, add a version so bitbake can ensure it is using a compatible function. (From OE-Core rev: 738bf3717002d124958a21a6925b0eca14fef131) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c45ffa9e94
commit
a7aa37f2fd
@ -425,6 +425,7 @@ def find_siginfo(pn, taskname, taskhashlist, d):
|
||||
return hashfiles
|
||||
|
||||
bb.siggen.find_siginfo = find_siginfo
|
||||
bb.siggen.find_siginfo_version = 2
|
||||
|
||||
|
||||
def sstate_get_manifest_filename(task, d):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user