mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
buildhistory/distrodata: Adapt to updated fetcher API
The buildhistory code has fallback paths for older bitbakes for now. The distrodata class is much less used and it can be assumed a recent bitbake is used in that case rather than adding fallback code. (From OE-Core rev: 570cc145029fd9d5528aef5c27cb65164265c799) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -756,7 +756,7 @@ python do_checkpkg() {
|
||||
svnFetcher = bb.fetch2.svn.Svn(d)
|
||||
svnFetcher.urldata_init(ud, d)
|
||||
try:
|
||||
pupver = svnFetcher.latest_revision(uri, ud, d, ud.names[0])
|
||||
pupver = svnFetcher.latest_revision(ud, d, ud.names[0])
|
||||
except bb.fetch2.FetchError:
|
||||
pstatus = "ErrSvnAccess"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user