diff options
-rw-r--r-- | meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb index 1380638ba7..64b132e006 100644 --- a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb +++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" | |||
4 | 4 | ||
5 | DEPENDS = "zlib expat" | 5 | DEPENDS = "zlib expat" |
6 | 6 | ||
7 | SRC_URI = "https://exiv2.org/releases/${BPN}-${PV}-Source.tar.gz" | 7 | SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz" |
8 | SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778" | 8 | SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778" |
9 | 9 | ||
10 | # Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either | 10 | # Once patch is obsolete (project should be aware due to PRs), dos2unix can be removed either |