summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-06 17:09:03 +0200
committerArmin Kuster <akuster808@gmail.com>2019-05-23 07:03:43 -0700
commitcccd74da58c3804334a1e066382519c33a51fe04 (patch)
tree0c290ad1d30f02a683cad8360c1a0e2aec4d7dc3
parent2a3bcf69c17973bed55125c7e36941291ece2a56 (diff)
downloadmeta-openembedded-cccd74da58c3804334a1e066382519c33a51fe04.tar.gz
ebtables: add UPSTREAM_CHECK_URI
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index f05bd615d..276784009 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -12,6 +12,8 @@ RDEPENDS_${PN} += "bash"
12RRECOMMENDS_${PN} += "kernel-module-ebtables \ 12RRECOMMENDS_${PN} += "kernel-module-ebtables \
13 " 13 "
14 14
15UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ebtables/files/ebtables/"
16
15SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \ 17SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
16 file://ebtables-save \ 18 file://ebtables-save \
17 file://installnonroot.patch \ 19 file://installnonroot.patch \