mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
swig: fix upstream version check
(From OE-Core rev: 4e9f4dca48e853a794331a75200fd7450176eeb2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17535c15b7
commit
9427f6f92a
@@ -13,6 +13,8 @@ SECTION = "devel"
|
||||
DEPENDS = "libpcre bison-native"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/swig/files/swig/"
|
||||
UPSTREAM_CHECK_REGEX = "swig-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools python3native pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user