diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-12 09:16:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-12 09:16:59 +0000 |
commit | 997b0241fe1707f8ea95ddf17328cb2d853ae0ab (patch) | |
tree | 9df88b303c44965c147de6cc59be27a5a451b922 | |
parent | b48fac219880c3a0e50ea63f320a3d13c1a53645 (diff) |
ntp 4.2.0: fix PACKAGES to include debug files
-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" |