From: kergoth@gmail.com
To: yocto@yoctoproject.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: [meta-intel][PATCH] thermald: fix the url
Date: Mon, 25 Nov 2019 22:26:33 +0500 [thread overview]
Message-ID: <20191125172633.12230-1-kergoth@gmail.com> (raw)
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
reply other threads:[~2019-11-25 17:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191125172633.12230-1-kergoth@gmail.com \
--to=kergoth@gmail.com \
--cc=chris_larson@mentor.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox