diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 12:01:32 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-12 12:01:32 +0000 |
commit | 882ac39db1a56db202a8ab964e4b3f264b8bf2de (patch) | |
tree | 55aead31709a5deea495f9d0f72f56a5608878c9 /packages/ntp | |
parent | 5d41710e9eb7626b917dbbf0c4680bae23979372 (diff) | |
parent | 4486c8ed80d81cc7af5b39060c1e55c230a89b0e (diff) |
merge of '72f3c1ab1f4863f49829ab72e6b3206f7c8720b0'
and 'c9babd5c890d03ff3a5fa5b385b89471d91b1cc0'
Diffstat (limited to 'packages/ntp')
-rw-r--r-- | packages/ntp/ntp_4.2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ntp/ntp_4.2.0.bb b/packages/ntp/ntp_4.2.0.bb index d6d103f542..cc3ecb89dc 100644 --- a/packages/ntp/ntp_4.2.0.bb +++ b/packages/ntp/ntp_4.2.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome" SECTION = "console/network" PRIORITY = "optional" LICENSE = "ntp" -PR = "r7" +PR = "r8" 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 \ @@ -28,7 +28,7 @@ inherit autotools update-rc.d EXTRA_OECONF = "--without-openssl --without-crypto ac_cv_header_readline_history_h=no" CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" -PACKAGES = "ntpdate ntp-bin ntp ntp-tickadj" +PACKAGES += "ntpdate ntp-bin ntp ntp-tickadj" # NOTE: you don't need ntpdate, use "ntpdc -q -g -x" PROVIDES = "ntpdate-${PV} ntpdate-${PV}-${PR} ntpdate" |