diff options
| -rw-r--r-- | meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb | 7 |
1 files 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 | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" | 5 | LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://github.com/arno-iptables-firewall/aif/archive/${PV}.tar.gz" | 7 | SRCREV = "ffcb86c30779df58ee057dfe9a3b078adccc1513" |
| 8 | SRC_URI[md5sum] = "71271c08299aacd45ceb9c9400082d03" | 8 | SRC_URI = "git://github.com/arno-iptables-firewall/aif" |
| 9 | SRC_URI[sha256sum] = "e2c4fb88a25f0cae8308a3b2bb922b5e2f52f24d8309b24e15a527a6b326e703" | ||
| 10 | 9 | ||
| 11 | S = "${WORKDIR}/aif-${PV}" | 10 | S = "${WORKDIR}/git" |
| 12 | 11 | ||
| 13 | inherit systemd | 12 | inherit systemd |
| 14 | 13 | ||
