From: Paul Sokolovsky Date: Tue, 12 Sep 2006 16:05:02 +0000 (+0000) Subject: ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice. X-Git-Tag: Release-2010-05/1~9453^2~835^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7232b828c1a32ba503545838ec29366e13bf68db;p=openembedded.git ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice. * Fixes #1413. --- 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"