Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-networking][PATCH 04/14] arno-iptables-firewall: Switch to git fetcher
Date: Sun, 21 Jul 2019 09:39:09 -0700	[thread overview]
Message-ID: <20190721163919.32659-4-raj.khem@gmail.com> (raw)
In-Reply-To: <20190721163919.32659-1-raj.khem@gmail.com>

github archives are not reliable
Fixes
arno-iptables-firewall-2.0.3: https://github.com/arno-iptables-firewall/aif/archive/2.0.3.tar.gz: SRC_URI uses unstable GitHub archives [src-uri-bad]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb
index 040c53f5c5..60aae2145a 100644
--- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb
+++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb
@@ -4,11 +4,10 @@ HOMEPAGE = "http://rocky.eld.leidenuniv.nl/joomla/index.php?option=com_content&v
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403"
 
-SRC_URI = "https://github.com/arno-iptables-firewall/aif/archive/${PV}.tar.gz"
-SRC_URI[md5sum] = "71271c08299aacd45ceb9c9400082d03"
-SRC_URI[sha256sum] = "e2c4fb88a25f0cae8308a3b2bb922b5e2f52f24d8309b24e15a527a6b326e703"
+SRCREV = "ffcb86c30779df58ee057dfe9a3b078adccc1513"
+SRC_URI = "git://github.com/arno-iptables-firewall/aif"
 
-S = "${WORKDIR}/aif-${PV}"
+S = "${WORKDIR}/git"
 
 inherit systemd
 
-- 
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 ` Khem Raj [this message]
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 ` [meta-oe][PATCH 12/14] usbctl: Switch to " Khem Raj
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-4-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox