All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 12/14] usbctl: Switch to git fetcher
Date: Sun, 21 Jul 2019 09:39:17 -0700	[thread overview]
Message-ID: <20190721163919.32659-12-raj.khem@gmail.com> (raw)
In-Reply-To: <20190721163919.32659-1-raj.khem@gmail.com>

github archives are not reliable

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
index f5d1285000..62028a96e8 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
@@ -6,9 +6,9 @@ DEPENDS = "libusb1"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "https://github.com/mvp/${BPN}/archive/v${PV}.tar.gz"
-SRC_URI[md5sum] = "5c711911d766d76813333c3812277574"
-SRC_URI[sha256sum] = "4c31278b2c03e5be5a696c3088bc86cf2557a70e00f697799c163aba18e3c40e"
+SRCREV = "6e05aee30e348ae2fd13ce8bfaa10f4f7d45d66f"
+SRC_URI = "git://github.com/mvp/${BPN}"
+S = "${WORKDIR}/git"
 
 # uhubctl gets its program version from "git describe". As we use the source
 # archive do reduce download size replace the call with our hardcoded version.
-- 
2.22.0



  parent reply	other threads:[~2019-07-21 16:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21 16:39 [meta-oe][PATCH 01/14] recipes: Use BPN instead of PN in SRC_URIs Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 02/14] cli11: Refresh patch to fix fuzz Khem Raj
2019-07-21 16:39 ` [meta-webserver][PATCH 03/14] sthttpd: Use git SRC_URI instead of github archive Khem Raj
2019-07-21 16:39 ` [meta-networking][PATCH 04/14] arno-iptables-firewall: Switch to git fetcher Khem Raj
2019-07-21 16:39 ` [meta-networking][PATCH 05/14] firewalld: Update to 0.6.3->0.6.4 Khem Raj
2019-07-21 16:39 ` [meta-python][PATCH 06/14] python-matplotlib: Use git src_uri Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 07/14] mpv: Switch to using git fetcher Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 08/14] x11vnc: Switch to " Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 09/14] dumb-init: " Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 10/14] pam-plugin-ldapdb: Use " Khem Raj
2019-07-21 16:39 ` [meta-oe][PATCH 11/14] libuv: Switch to using " Khem Raj
2019-07-21 16:39 ` Khem Raj [this message]
2019-07-21 16:39 ` [meta-oe][PATCH 13/14] pmdk: Fix libdir which is multi-lib aware Khem Raj
2019-07-21 16:39 ` [meta-initramfs][PATCH 14/14] kexec-tools-klibc: Refresh patch with no code change Khem Raj
2019-07-23  8:09   ` Andrea Adami

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=20190721163919.32659-12-raj.khem@gmail.com \
    --to=raj.khem@gmail.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.