aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-21 15:53:12 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-24 06:28:56 -0700
commit0e46331835fce0b14ccdce5fb8de9d475ebf1a11 (patch)
tree8fa4ab315b7a7722567a95b9d3cbe2087a1e4838 /meta-oe/recipes-connectivity
parent47f66939ff349cf846f9f9b984635bd8d59c906f (diff)
downloadmeta-openembedded-contrib-0e46331835fce0b14ccdce5fb8de9d475ebf1a11.tar.gz
libmtp: Upgrade to 1.1.20
Use github for downloading the release artifacts. This has support for new devices https://github.com/libmtp/libmtp/releases/tag/v1.1.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb (renamed from meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
index 3483db3c83..f7a7507b8c 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
@@ -17,10 +17,9 @@ BBCLASSEXTEND = "native"
DEPENDS = "libusb1 gettext-native"
DEPENDS:append:class-target = " ${BPN}-native"
-SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch"
-
-SRC_URI[sha256sum] = "deb4af6f63f5e71215cfa7fb961795262920b4ec6cb4b627f55b30b18aa33228"
+SRC_URI[sha256sum] = "c9191dac2f5744cf402e08641610b271f73ac21a3c802734ec2cedb2c6bc56d0"
inherit autotools pkgconfig lib_package