summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2024-08-07 17:24:15 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:21 -0700
commitb631359a42b8d73d7fd33f32851445e90acf4170 (patch)
tree354f41efecd80460c556ce2d1e830107dd5dd63a
parentdaf56d607d1ec803e40bf81be6a0151dfa19c37f (diff)
downloadmeta-openembedded-b631359a42b8d73d7fd33f32851445e90acf4170.tar.gz
libatasmart: Update SRC_URI
Update SRC_URI to fix do_fetch warning Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
index f747ecbf72..59b26d821e 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"
5DEPENDS = "udev" 5DEPENDS = "udev"
6 6
7SRCREV = "de6258940960443038b4c1651dfda3620075e870" 7SRCREV = "de6258940960443038b4c1651dfda3620075e870"
8SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \ 8SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=https;branch=master \
9 file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ 9 file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
10" 10"
11 11