diff mbox series

[scarthgap,master,2/2] libatasmart: Update SRC_URI

Message ID 20240807092415.287599-2-changqing.li@windriver.com
State Accepted
Headers show
Series [scarthgap,master,1/2] pavucontrol: update SRC_URI | expand

Commit Message

Changqing Li Aug. 7, 2024, 9:24 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Update SRC_URI to fix do_fetch warning

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
index f747ecbf7..59b26d821 100644
--- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "udev"
 
 SRCREV = "de6258940960443038b4c1651dfda3620075e870"
-SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \
+SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=https;branch=master \
            file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
 "