mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
thermald: fix the url
The trailing slash on the github uri causes fetch failures. Ex: Cloning into bare repository '.../downloads/git2/github.com.intel.thermal_daemon.'... ERROR: Repository not found. fatal: Could not read from remote repository. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
fc9b31f9ee
commit
f39ad91524
|
@ -13,7 +13,7 @@ DEPENDS_append_toolchain-clang = " openmp"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
|
||||
|
||||
SRC_URI = "git://github.com/intel/thermal_daemon/ \
|
||||
SRC_URI = "git://github.com/intel/thermal_daemon \
|
||||
file://0001-Use-correct-format-specifier-for-size_t.patch \
|
||||
"
|
||||
SRCREV = "7f573b681a25b5ffbe81103ba9fdcf7fec0f2884"
|
||||
|
|
Loading…
Reference in New Issue
Block a user