[oe-commits] org.oe.dev ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Sep 12 16:08:42 UTC 2006


ntp 4.2.0: If we use += for PACKAGES, ntp is already there, don't add it twice.
* Fixes #1413.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 3e2ce2d7251972891d2ea2ce5c8e998bbd9d3edb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3e2ce2d7251972891d2ea2ce5c8e998bbd9d3edb
Files:
1
packages/ntp/ntp_4.2.0.bb
Diffs:

#
# mt diff -r3585034766082dee6be36ed64f840eaeee7eb14e -r3e2ce2d7251972891d2ea2ce5c8e998bbd9d3edb
#
# 
# 
# patch "packages/ntp/ntp_4.2.0.bb"
#  from [39595eb1b783cbb82caeca21e8de571fc004e5cd]
#    to [cc35cddf91730b8d612e0ffc87068a693ada3e86]
# 
============================================================
--- packages/ntp/ntp_4.2.0.bb	39595eb1b783cbb82caeca21e8de571fc004e5cd
+++ packages/ntp/ntp_4.2.0.bb	cc35cddf91730b8d612e0ffc87068a693ada3e86
@@ -28,7 +28,7 @@ CFLAGS_append = " -DPTYS_ARE_GETPT -DPTY
 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"
 






More information about the Openembedded-commits mailing list