mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
xinetd: switch to a maintained opensuse fork
Updating to the latest release will be done later. (From OE-Core rev: 1e34883cf5ccfbde498c1b2b5afc1e26c35b1d3a) 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
bafc4a7f5b
commit
cc87ddc0b8
@@ -9,10 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
|
||||
DEPENDS += "libtirpc"
|
||||
PR = "r2"
|
||||
|
||||
# Blacklist a bogus tag in upstream check
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "xinetd-(?P<pver>(?!20030122).+)"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
|
||||
SRC_URI = "git://github.com/openSUSE/xinetd.git;protocol=https \
|
||||
file://xinetd.init \
|
||||
file://xinetd.conf \
|
||||
file://xinetd.default \
|
||||
@@ -23,7 +22,6 @@ SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
|
||||
file://0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch \
|
||||
file://xinetd.service \
|
||||
"
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
SRCREV = "68bb9ab9e9f214ad8a2322f28ac1d6733e70bc24"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user