From: <mingli.yu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] netbase: use git fetcher
Date: Mon, 16 Mar 2020 17:24:13 +0800 [thread overview]
Message-ID: <1584350653-141457-1-git-send-email-mingli.yu@windriver.com> (raw)
From: Mingli Yu <mingli.yu@windriver.com>
Use git repo as the the previous URL only stores
the latest source file and fails to locate the
source tar file if we don't upgrade timely.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta/recipes-core/netbase/netbase_6.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-core/netbase/netbase_6.1.bb b/meta/recipes-core/netbase/netbase_6.1.bb
index bc0049c..c13685e 100644
--- a/meta/recipes-core/netbase/netbase_6.1.bb
+++ b/meta/recipes-core/netbase/netbase_6.1.bb
@@ -6,10 +6,10 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
PE = "1"
-SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI = "git://salsa.debian.org/md/netbase.git;protocol=https"
+SRCREV = "0fc1e4ce39328f7388badace0aaf7b7294d5ed61"
-SRC_URI[md5sum] = "e5871a3a5c8390557b8033cf19316a55"
-SRC_URI[sha256sum] = "084d743bd84d4d9380bac4c71c51e57406dce44f5a69289bb823c903e9b035d8"
+S = "${WORKDIR}/git"
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
do_install () {
--
2.7.4
next reply other threads:[~2020-03-16 9:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-16 9:24 mingli.yu [this message]
2020-03-31 8:09 ` [OE-core] [PATCH] netbase: use git fetcher Yu, Mingli
2020-04-01 9:20 ` Richard Purdie
2020-04-02 1:04 ` Yu, Mingli
2020-04-02 2:37 ` Yu, Mingli
2020-04-02 3:01 ` Anuj Mittal
2020-06-15 1:49 ` Yu, Mingli
[not found] ` <16189495E5DBCB85.29686@lists.openembedded.org>
2020-06-19 7:57 ` Yu, Mingli
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=1584350653-141457-1-git-send-email-mingli.yu@windriver.com \
--to=mingli.yu@windriver.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox