mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libatasmart: fix SRC_URI protocol
This recipe SRC_URI was defining the fetch protocol as 'https', but if we look into libatasmart's repo [1], it says it supports 'git' and 'http'. This was resulting in the recipe being stuck forever in the 'do_fetch' task. [1] https://git.0pointer.net/libatasmart.git Signed-off-by: Eduardo Ferreira <eduardo.barbosa@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
110992d510
commit
2835bfab94
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
DEPENDS = "udev"
|
||||
|
||||
SRCREV = "de6258940960443038b4c1651dfda3620075e870"
|
||||
SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=https;branch=master \
|
||||
SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=http;branch=master \
|
||||
file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user