summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-07-13 09:12:10 +0000
committerEric Bénard <eric@eukrea.com>2012-07-13 11:28:30 +0200
commit04c61c8ed73cb2c537002f22d1b9656f6cec61af (patch)
tree2a1dad3d0dbab0f972b0e7c28e8652f929317755
parent182fa461447cdfcf3c384b7c1627d8fe8b9c94c0 (diff)
downloadmeta-openembedded-04c61c8ed73cb2c537002f22d1b9656f6cec61af.tar.gz
ntp: unbreak fetching of ntp-ssl
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
index ece87207f..a3d719e30 100644
--- a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
+++ b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
@@ -7,7 +7,7 @@ inherit systemd
7SYSTEMD_PACKAGES = "${PN}-systemd" 7SYSTEMD_PACKAGES = "${PN}-systemd"
8SYSTEMD_SERVICE_${PN}-systemd = "ntpd.service" 8SYSTEMD_SERVICE_${PN}-systemd = "ntpd.service"
9 9
10SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ 10SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
11 file://tickadj.c.patch \ 11 file://tickadj.c.patch \
12 file://ntp-4.2.4_p6-nano.patch \ 12 file://ntp-4.2.4_p6-nano.patch \
13 file://ntpd \ 13 file://ntpd \