summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2019-11-25 22:27:19 +0500
committerAnuj Mittal <anuj.mittal@intel.com>2019-11-26 07:23:40 +0800
commitf39ad91524768c729cd68ce367dacf9b4dfc4cf7 (patch)
treec80c0b8080c6b6f692b023ab33763fbd84feaa1f
parentfc9b31f9eeb19b7ddc5880a3c0fe47c6a4f2a4be (diff)
downloadmeta-intel-f39ad91524768c729cd68ce367dacf9b4dfc4cf7.tar.gz
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>
-rw-r--r--recipes-bsp/thermald/thermald_1.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/thermald/thermald_1.9.bb b/recipes-bsp/thermald/thermald_1.9.bb
index 4f3650fa..718e0d4c 100644
--- a/recipes-bsp/thermald/thermald_1.9.bb
+++ b/recipes-bsp/thermald/thermald_1.9.bb
@@ -13,7 +13,7 @@ DEPENDS_append_toolchain-clang = " openmp"
13LICENSE = "GPLv2" 13LICENSE = "GPLv2"
14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
15 15
16SRC_URI = "git://github.com/intel/thermal_daemon/ \ 16SRC_URI = "git://github.com/intel/thermal_daemon \
17 file://0001-Use-correct-format-specifier-for-size_t.patch \ 17 file://0001-Use-correct-format-specifier-for-size_t.patch \
18 " 18 "
19SRCREV = "7f573b681a25b5ffbe81103ba9fdcf7fec0f2884" 19SRCREV = "7f573b681a25b5ffbe81103ba9fdcf7fec0f2884"