summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorLiyin Zhang <liyin.zhang.cn@windriver.com>2024-10-11 15:51:17 +0800
committerArmin Kuster <akuster808@gmail.com>2024-10-13 11:19:48 -0400
commit1ef98ea392afcf468750f281293bc768c4075799 (patch)
tree5ee3b91829ecc545cd8d4cf82391925c47e71ec6 /meta-oe
parentebe1af249aeb449e31bf5ac6c00126038455ef83 (diff)
downloadmeta-openembedded-1ef98ea392afcf468750f281293bc768c4075799.tar.gz
libatasmart: Update SRC_URI to fix fetch issue
Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-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..8947b9fa83 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;branch=master;protocol=https \
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