All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][morty][PATCHv2 5/7] hwdata: use github instead of fedorahosted.org
Date: Fri, 31 Mar 2017 17:18:26 +0200	[thread overview]
Message-ID: <20170331151828.25907-5-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20170331151828.25907-1-Martin.Jansa@gmail.com>

* fedorahosted is retired
  https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
* cherry picked from master:
  commit 8e804afebc057c304f5b9c127f6d7f438cd551c6
  Author: Martin Jansa <Martin.Jansa@gmail.com>
  Date:   Wed Mar 29 10:13:59 2017 +0200

    hwdata: use github instead of fedorahosted.org

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb}  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} (57%)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb
similarity index 57%
rename from meta-oe/recipes-support/hwdata/hwdata_0.291.bb
rename to meta-oe/recipes-support/hwdata/hwdata_git.bb
index f00f73b91..50d35c682 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -1,13 +1,15 @@
 DESCRIPTION = "Hardware identification and configuration data"
-HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git"
+HOMEPAGE = "https://github.com/vcrhonek/hwdata"
 SECTION = "System/Base"
 
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
-SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "90ffce584bbcb1a5e77eac8503949f71"
-SRC_URI[sha256sum] = "e1007a96645cb3390aa9c0ed3f090a69d2302ce4d801914b6af1ab4ec85ede4e"
+PV = "0.291+git${SRCPV}"
+SRCREV = "4bfbdcf5913d6dd53336d31b8035708075e6fdfa"
+SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
+
+S = "${WORKDIR}/git"
 
 do_configure() {
     ${S}/configure --datadir=${datadir} --libdir=${libdir}
-- 
2.12.2



  parent reply	other threads:[~2017-03-31 15:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-31 11:37 [PATCH][meta-oe][morty 1/7] lftp: change SRC_URI source Martin Jansa
2017-03-31 11:37 ` [PATCH][meta-oe][morty 2/7] libqb: use github.com instead of retired fedorahosted.org Martin Jansa
2017-03-31 11:37 ` [PATCH][meta-oe][morty 3/7] libqb: inherit autotools-brokensep Martin Jansa
2017-03-31 11:38 ` [PATCH][meta-oe][morty 4/7] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org Martin Jansa
2017-03-31 11:38 ` [PATCH][meta-oe][morty 5/7] hwdata: use github instead of fedorahosted.org Martin Jansa
2017-03-31 11:38 ` [PATCH][meta-oe][morty 6/7] mailcap: use pagure.org instead of retired fedorahosted.org Martin Jansa
2017-03-31 13:41   ` akuster808
2017-03-31 11:38 ` [PATCH][meta-oe][morty 7/7] alsa-equal: Update SRC_URI to something valid Martin Jansa
2017-03-31 13:38   ` akuster808
2017-03-31 13:38 ` [PATCH][meta-oe][morty 1/7] lftp: change SRC_URI source akuster808
2017-03-31 15:18   ` [meta-oe][morty][PATCHv2 " Martin Jansa
2017-03-31 15:18     ` [meta-oe][morty][PATCHv2 2/7] libqb: use github.com instead of retired fedorahosted.org Martin Jansa
2017-03-31 15:18     ` [meta-oe][morty][PATCHv2 3/7] libqb: inherit autotools-brokensep Martin Jansa
2017-03-31 15:18     ` [meta-oe][morty][PATCHv2 4/7] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org Martin Jansa
2017-03-31 15:18     ` Martin Jansa [this message]
2017-03-31 15:18     ` [meta-oe][morty][PATCHv2 6/7] mailcap: " Martin Jansa
2017-03-31 15:18     ` [meta-oe][morty][PATCHv2 7/7] alsa-equal: Update SRC_URI to something valid Martin Jansa
2017-08-08 19:04     ` [meta-oe][morty][PATCHv2 1/7] lftp: change SRC_URI source Martin Jansa
2017-08-10 19:00       ` akuster808

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=20170331151828.25907-5-Martin.Jansa@gmail.com \
    --to=martin.jansa@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.