Files
meta-openembedded/meta-oe/recipes-support/libatasmart
Eduardo Ferreira 2835bfab94 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>
2025-02-05 13:56:33 -08:00
..