Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-intel][PATCH] thermald: fix the url
@ 2019-11-25 17:26 kergoth
  0 siblings, 0 replies; only message in thread
From: kergoth @ 2019-11-25 17:26 UTC (permalink / raw)
  To: yocto; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

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>
---
 recipes-bsp/thermald/thermald_1.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 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"
-- 
2.11.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-25 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 17:26 [meta-intel][PATCH] thermald: fix the url kergoth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox