diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-11-19 21:20:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 11:06:22 +0000 |
commit | f5dc7d9f69069d89ca4fa063314975677bd3d2b1 (patch) | |
tree | 384cadfa3e9a84f55a4b6e21baf414ac1eef36b9 /meta/recipes-devtools | |
parent | ac328375f9368c6557e46c2f7da33ea3c62fc55b (diff) | |
download | poky-f5dc7d9f69069d89ca4fa063314975677bd3d2b1.tar.gz |
liberror-perl: update 0.17027 -> 0.17028
HOMEPAGE change from bitbucket to github
Upstream release notes:
- Moved the VCS repo to https://github.com/shlomif/perl-error.pm
- No other significant changes.
(From OE-Core rev: f15419842bfdf463d987ba708e6d5f9b6aabecdf)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 488680f45fbe28e32391e2a1a66ab350706abe93)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/liberror-perl_0.17028.bb (renamed from meta/recipes-devtools/perl/liberror-perl_0.17027.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17027.bb b/meta/recipes-devtools/perl/liberror-perl_0.17028.bb index cf1f6d685f..8c6bbcba94 100644 --- a/meta/recipes-devtools/perl/liberror-perl_0.17027.bb +++ b/meta/recipes-devtools/perl/liberror-perl_0.17028.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The Error package provides two interfaces. Firstly \ | |||
3 | Error provides a procedural interface to exception handling. \ | 3 | Error provides a procedural interface to exception handling. \ |
4 | Secondly Error is a base class for errors/exceptions that can \ | 4 | Secondly Error is a base class for errors/exceptions that can \ |
5 | either be thrown, for subsequent catch, or can simply be recorded." | 5 | either be thrown, for subsequent catch, or can simply be recorded." |
6 | HOMEPAGE = "https://bitbucket.org/shlomif/perl-error.pm" | 6 | HOMEPAGE = "https://github.com/shlomif/perl-error.pm" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
9 | 9 | ||
@@ -32,8 +32,8 @@ RDEPENDS_${PN}-ptest += " \ | |||
32 | 32 | ||
33 | SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" | 33 | SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" |
34 | 34 | ||
35 | SRC_URI[md5sum] = "4ef9b2890fb144d804527ba32573dd56" | 35 | SRC_URI[md5sum] = "ec3522c60a43a368f19c0f89e2205cb1" |
36 | SRC_URI[sha256sum] = "07b2ac8275dfa04144745a6c1900a596280f862b97d22bab0c5ce02682ebd3be" | 36 | SRC_URI[sha256sum] = "3ad85c5e58b31c8903006298424a51bba39f1840e324f5ae612eabc8b935e960" |
37 | 37 | ||
38 | S = "${WORKDIR}/Error-${PV}" | 38 | S = "${WORKDIR}/Error-${PV}" |
39 | 39 | ||