From 30ff25843f153c8d9610b7a7619e802265c14119 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 25 May 2018 15:54:47 +0800 Subject: ebtables: add RECIPE_UPSTREAM_VERSION Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-networking') 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 b9dce69ba8..f05bd615d5 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 @@ -36,6 +36,15 @@ SRC_URI_append_libc-musl = " file://0010-Adjust-header-include-sequence.patch" SRC_URI[md5sum] = "506742a3d44b9925955425a659c1a8d0" SRC_URI[sha256sum] = "dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d" +# It is using '-' but not '.' as delimiter for the version in the releases page, +# which causes the version comparison unmatched. +#UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ebtables/files/ebtables/" +#UPSTREAM_CHECK_REGEX = "ebtables-(?P\d+(\-\d+)+)" + +RECIPE_UPSTREAM_VERSION = "2.0.10-4" +RECIPE_UPSTREAM_DATE = "Dec 15, 2011" +CHECK_DATE = "May 25, 2018" + S = "${WORKDIR}/ebtables-v${PV}" inherit update-rc.d systemd -- cgit 1.2.3-korg