All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel Dragomir" <Daniel.Dragomir@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Cc: <daniel.dragomir@windriver.com>
Subject: [meta-oe][PATCH] rasdaemon: update to 0.6.6 and fix SRC_URI broken link
Date: Fri, 31 Jul 2020 17:26:37 +0000	[thread overview]
Message-ID: <20200731172637.38212-1-Daniel.Dragomir@windriver.com> (raw)

Get sources from another repository since the one from infradead.org
is broken:

fatal: remote error: access denied or repository not exported:
       /users/mchehab/rasdaemon.git

Also, fix indentation.

Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com>
---
 .../{rasdaemon_0.6.5.bb => rasdaemon_0.6.6.bb}         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/{rasdaemon_0.6.5.bb => rasdaemon_0.6.6.bb} (89%)

diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.5.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.6.bb
similarity index 89%
rename from meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.5.bb
rename to meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.6.bb
index 93f624882..93e00e6e0 100644
--- a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.5.bb
+++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.6.bb
@@ -3,12 +3,12 @@ HOMEPAGE = "http://git.infradead.org/users/mchehab/rasdaemon.git"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d3070efe0afa3dc41608bd82c00bb0dc"
 
-SRC_URI = "git://git.infradead.org/users/mchehab/rasdaemon.git;branch=master \
-        file://0001-Fix-system-header-includes.patch \
-	file://rasdaemon.service \
-	file://init"
+SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master \
+           file://0001-Fix-system-header-includes.patch \
+           file://rasdaemon.service \
+           file://init"
 
-SRCREV = "25533c0c55426eeb2ad25dcbdb2b5e4ba4e83d80"
+SRCREV = "32b978fcf73215c90ce7383580224e4295930ae7"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


                 reply	other threads:[~2020-07-31 15:26 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=20200731172637.38212-1-Daniel.Dragomir@windriver.com \
    --to=daniel.dragomir@windriver.com \
    --cc=openembedded-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.