mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user