[oe-commits] Koen Kooi : ntp-ssl: fix PACKAGES

git version control git at git.openembedded.org
Wed Jan 12 08:58:17 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 99c91adb06f36384683ca5b7ea85d96d2a88916c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=99c91adb06f36384683ca5b7ea85d96d2a88916c

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 12 09:54:17 2011 +0100

ntp-ssl: fix PACKAGES

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ntp/ntp.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ntp/ntp.inc b/recipes/ntp/ntp.inc
index 5a90e74..61eb239 100644
--- a/recipes/ntp/ntp.inc
+++ b/recipes/ntp/ntp.inc
@@ -25,7 +25,7 @@ INITSCRIPT_PARAMS = "defaults"
 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-tickadj ntp-utils"
+PACKAGES += "ntpdate ${PN}-bin ${PN}-tickadj ${PN}-utils"
 # NOTE: you don't need ntpdate, use "ntpdc -q -g -x"
 
 # This should use rc.update





More information about the Openembedded-commits mailing list