diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-11 18:38:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:41:58 +0000 |
commit | b35689b5f501a2b283f9f1dbb5b788e502805d0c (patch) | |
tree | f9dfd2aeb35e7bfa3a3faebf8121487133204674 /meta/recipes-extended | |
parent | 05a16911ffdd41e1ac5fe4365ccc45ea27a99996 (diff) | |
download | poky-b35689b5f501a2b283f9f1dbb5b788e502805d0c.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 9 |
1 files changed, 5 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 288186e1ba..ffc03e5c70 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Socket-based service activation daemon" | 1 | SUMMARY = "Socket-based service activation daemon" |
2 | HOMEPAGE = "http://www.xinetd.org" | 2 | HOMEPAGE = "https://github.com/xinetd-org/xinetd" |
3 | 3 | ||
4 | # xinetd is a BSD-like license | 4 | # xinetd is a BSD-like license |
5 | # Apple and Gentoo say BSD here. | 5 | # Apple and Gentoo say BSD here. |
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" | |||
9 | DEPENDS = "" | 9 | DEPENDS = "" |
10 | PR = "r2" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ | 12 | SRC_URI = "git://github.com/xinetd-org/xinetd.git;protocol=https \ |
13 | file://xinetd.init \ | 13 | file://xinetd.init \ |
14 | file://xinetd.conf \ | 14 | file://xinetd.conf \ |
15 | file://xinetd.default \ | 15 | file://xinetd.default \ |
@@ -20,8 +20,9 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ | |||
20 | file://xinetd.service \ | 20 | file://xinetd.service \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "77358478fd58efa6366accae99b8b04c" | 23 | SRCREV = "68bb9ab9e9f214ad8a2322f28ac1d6733e70bc24" |
24 | SRC_URI[sha256sum] = "bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3" | 24 | |
25 | S = "${WORKDIR}/git" | ||
25 | 26 | ||
26 | inherit autotools update-rc.d systemd | 27 | inherit autotools update-rc.d systemd |
27 | 28 | ||