aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-09-12 16:05:02 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-09-12 16:05:02 +0000
commit7232b828c1a32ba503545838ec29366e13bf68db (patch)
tree3537d137a23ad957b5ec55b16ad50f440367efac /packages
parentbb1352ba5f25781d237e20ad4e8bce6e46026abf (diff)
downloadopenembedded-7232b828c1a32ba503545838ec29366e13bf68db.tar.gz
ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice.
* Fixes #1413.
Diffstat (limited to 'packages')
-rw-r--r--packages/ntp/ntp_4.2.0.bb2
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 cc3ecb89dc..d2ce470758 100644
--- a/packages/ntp/ntp_4.2.0.bb
+++ b/packages/ntp/ntp_4.2.0.bb
@@ -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-tickadj"
# NOTE: you don't need ntpdate, use "ntpdc -q -g -x"
PROVIDES = "ntpdate-${PV} ntpdate-${PV}-${PR} ntpdate"