diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-04-27 12:14:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 12:14:53 +0000 |
commit | ff298281a111f10b05a35cb9322343e4c4f30a48 (patch) | |
tree | 67a226c2bcc299db7ff56bf049177cb5e2e746bb | |
parent | ce04f81f47b8c0296e0bd6f92502e748741f2088 (diff) |
ntp: fixed SRC_URI - close #906
-rw-r--r-- | packages/ntp/ntp_4.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb index bf5bf9b4e2..d6d103f542 100644 --- a/packages/ntp/ntp_4.2.0.bb +++ b/packages/ntp/ntp_4.2.0.bb @@ -8,7 +8,7 @@ PRIORITY = "optional" LICENSE = "ntp" PR = "r7" -SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz \ +SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ file://ntpdc.Makefile.am.maybe-layout.patch;patch=1 \ file://ipv6only-workaround.patch;patch=1 \ file://gcc4.patch;patch=1 \ |