mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ebtables: add RECIPE_UPSTREAM_VERSION
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f6d550cc6b
commit
30ff25843f
|
|
@ -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<pver>\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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user