summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-05-16 22:39:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-21 11:16:38 +0100
commit8c6455b6db3d2c3bf7f52164f55ab275f77e414d (patch)
tree6fe99372139d71d889d0e6aa3e244ba76fcba59e /meta/recipes-extended
parent73cdebf60df225ee10f2eb215935be3b61e1b831 (diff)
downloadpoky-8c6455b6db3d2c3bf7f52164f55ab275f77e414d.tar.gz
xinetd: Update to 2.3.15
(From OE-Core rev: 48f93e0ade1c534b9af2b84874f9b17e3107c724) Signed-off-by: Saul Wold <sgw@linux.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 (renamed from meta/recipes-extended/xinetd/xinetd_2.3.14.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.14.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 26ba78f36c..3d55e99712 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.14.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" 7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
8 8
9DEPENDS = "" 9DEPENDS = ""
10PR ="r1" 10PR = "r0"
11 11
12SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ 12SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
13 file://xinetd.init \ 13 file://xinetd.init \
@@ -17,8 +17,8 @@ SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
17 file://xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch \ 17 file://xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch \
18 " 18 "
19 19
20SRC_URI[md5sum] = "567382d7972613090215c6c54f9b82d9" 20SRC_URI[md5sum] = "77358478fd58efa6366accae99b8b04c"
21SRC_URI[sha256sum] = "760e0e617c609a0509ef63fc7e9580d2f1d88c6113bb6d63273de7de7cd0bc1f" 21SRC_URI[sha256sum] = "bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3"
22 22
23inherit autotools update-rc.d 23inherit autotools update-rc.d
24 24