summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:31 +0100
commitcc87ddc0b8f728307224c8bac03dd6c7bbb479fb (patch)
tree26ebc67f7ff66c95715962e29dd3c1ec7e8d1b75 /meta/recipes-extended
parentbafc4a7f5b232e2d2eae03825046069782d92ea8 (diff)
downloadpoky-cc87ddc0b8f728307224c8bac03dd6c7bbb479fb.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 6e43f5be6f..8f8f846bfb 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -9,10 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
9DEPENDS += "libtirpc" 9DEPENDS += "libtirpc"
10PR = "r2" 10PR = "r2"
11 11
12# Blacklist a bogus tag in upstream check 12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
13UPSTREAM_CHECK_GITTAGREGEX = "xinetd-(?P<pver>(?!20030122).+)"
14 13
15SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \ 14SRC_URI = "git://github.com/openSUSE/xinetd.git;protocol=https \
16 file://xinetd.init \ 15 file://xinetd.init \
17 file://xinetd.conf \ 16 file://xinetd.conf \
18 file://xinetd.default \ 17 file://xinetd.default \
@@ -23,7 +22,6 @@ SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
23 file://0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch \ 22 file://0001-configure-Use-HAVE_SYS_RESOURCE_H-to-guard-sys-resou.patch \
24 file://xinetd.service \ 23 file://xinetd.service \
25 " 24 "
26UPSTREAM_VERSION_UNKNOWN = "1"
27 25
28SRCREV = "68bb9ab9e9f214ad8a2322f28ac1d6733e70bc24" 26SRCREV = "68bb9ab9e9f214ad8a2322f28ac1d6733e70bc24"
29 27