diff options
Diffstat (limited to 'meta/classes/distrodata.bbclass')
| -rw-r--r-- | meta/classes/distrodata.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index e4810273b2..2c365f968e 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass | |||
| @@ -756,7 +756,7 @@ python do_checkpkg() { | |||
| 756 | svnFetcher = bb.fetch2.svn.Svn(d) | 756 | svnFetcher = bb.fetch2.svn.Svn(d) |
| 757 | svnFetcher.urldata_init(ud, d) | 757 | svnFetcher.urldata_init(ud, d) |
| 758 | try: | 758 | try: |
| 759 | pupver = svnFetcher.latest_revision(uri, ud, d, ud.names[0]) | 759 | pupver = svnFetcher.latest_revision(ud, d, ud.names[0]) |
| 760 | except bb.fetch2.FetchError: | 760 | except bb.fetch2.FetchError: |
| 761 | pstatus = "ErrSvnAccess" | 761 | pstatus = "ErrSvnAccess" |
| 762 | 762 | ||
