diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:44:11 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-22 12:03:02 +0000 |
| commit | e031a05b6d124f7bcaf22c92423c2e47df1d728c (patch) | |
| tree | 9185e4da9fd4f83471c352eda1b0d22a03c91d1a /meta/classes/distrodata.bbclass | |
| parent | 0d39f3364a1cfb91f8794740ad1b68a9a52e191f (diff) | |
| download | poky-e031a05b6d124f7bcaf22c92423c2e47df1d728c.tar.gz | |
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>
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 | ||
