diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-05-04 18:36:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:00:27 +0100 |
commit | 346afbee122a3e0642d552cd5b762e6f0b5a7957 (patch) | |
tree | f11d84a3f58f4a0152a01634fe259ca640430b82 | |
parent | f717eeff2d4823163cb72fb79101220cc48b3286 (diff) | |
download | openembedded-core-346afbee122a3e0642d552cd5b762e6f0b5a7957.tar.gz openembedded-core-346afbee122a3e0642d552cd5b762e6f0b5a7957.tar.bz2 openembedded-core-346afbee122a3e0642d552cd5b762e6f0b5a7957.zip |
liburi-perl: upgrade 1.73 -> 1.74
Upstream release notes:
Changes for version 1.74 - 2018-04-22
avoid 'uninitialized' warning in URI::File when host has no domain name set (PR#53, thanks Shoichi Kaji!)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/perl/liburi-perl_1.74.bb (renamed from meta/recipes-devtools/perl/liburi-perl_1.73.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.73.bb b/meta/recipes-devtools/perl/liburi-perl_1.74.bb index 49238f3df5..a7cfa0fbe3 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.73.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.74.bb @@ -13,8 +13,8 @@ DEPENDS += "perl" SRC_URI = "http://www.cpan.org/authors/id/E/ET/ETHER/URI-${PV}.tar.gz" -SRC_URI[md5sum] = "37d44a08e599aa945b32a9434ffe00a5" -SRC_URI[sha256sum] = "cca7ab4a6f63f3ccaacae0f2e1337e8edf84137e73f18548ec7d659f23efe413" +SRC_URI[md5sum] = "892f7183b178af40f205ba37128225db" +SRC_URI[sha256sum] = "a9c254f45f89cb1dd946b689dfe433095404532a4543bdaab0b71ce0fdcdd53d" S = "${WORKDIR}/URI-${PV}" |