[oe] [meta-networking][PATCH 8/8] snort: add UPSTREAM_CHECK_URI
Yi Zhao
yi.zhao at windriver.com
Wed May 30 06:21:00 UTC 2018
Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
index 21e77c5..24b91b9 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
@@ -20,6 +20,9 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
SRC_URI[tarball.md5sum] = "fd271788c0f8876be87a858a9142f202"
SRC_URI[tarball.sha256sum] = "ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1"
+UPSTREAM_CHECK_URI = "https://www.snort.org/downloads"
+UPSTREAM_CHECK_REGEX = "snort-(?P<pver>\d+(\.\d+)+)\.tar"
+
inherit autotools gettext update-rc.d pkgconfig
INITSCRIPT_NAME = "snort"
--
2.7.4
More information about the Openembedded-devel
mailing list