mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
xinetd: fix HOMEPAGE and SRC_URI
The www.xinetd.org is not available, use github as the HOMEPAGE and SRC_URI. (From OE-Core rev: 99acffdee21925e4d25d75ab921abf94b37b6595) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05a16911ff
commit
b35689b5f5
@@ -1,5 +1,5 @@
|
|||||||
SUMMARY = "Socket-based service activation daemon"
|
SUMMARY = "Socket-based service activation daemon"
|
||||||
HOMEPAGE = "http://www.xinetd.org"
|
HOMEPAGE = "https://github.com/xinetd-org/xinetd"
|
||||||
|
|
||||||
# xinetd is a BSD-like license
|
# xinetd is a BSD-like license
|
||||||
# Apple and Gentoo say BSD here.
|
# Apple and Gentoo say BSD here.
|
||||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
|
|||||||
DEPENDS = ""
|
DEPENDS = ""
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
|
SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \
|
||||||
file://xinetd.init \
|
file://xinetd.init \
|
||||||
file://xinetd.conf \
|
file://xinetd.conf \
|
||||||
file://xinetd.default \
|
file://xinetd.default \
|
||||||
@@ -20,8 +20,9 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
|
|||||||
file://xinetd.service \
|
file://xinetd.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "77358478fd58efa6366accae99b8b04c"
|
SRCREV = "68bb9ab9e9f214ad8a2322f28ac1d6733e70bc24"
|
||||||
SRC_URI[sha256sum] = "bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3"
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools update-rc.d systemd
|
inherit autotools update-rc.d systemd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user