From b94cfdb521c180e014a1462dbdcae8b2c25e5158 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 18 Jan 2011 17:55:43 -0700 Subject: [PATCH] ntpclient: Switch to libc-uclibc Signed-off-by: Tom Rini --- recipes/ntpclient/ntpclient_2007_365.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/ntpclient/ntpclient_2007_365.bb b/recipes/ntpclient/ntpclient_2007_365.bb index 9d3824530d..d818060d8d 100644 --- a/recipes/ntpclient/ntpclient_2007_365.bb +++ b/recipes/ntpclient/ntpclient_2007_365.bb @@ -4,7 +4,7 @@ AUTHOR = "Larry Doolittle " RDEPENDS_${PN} = "busybox" SECTION = "admin" LICENSE = "GPLv2" -PR = "r4" +PR = "r5" # The ntpclient package uses version numbers that include an underscore :( PV = "2007_365" # ntpclient unpacks into a directory that doesn't include version info :( @@ -16,8 +16,7 @@ SRC_URI = "http://doolittle.icarus.com/ntpclient/ntpclient_${PV}.tar.gz \ UCLIBC_PATCHES = " file://fix-adjtimex-uclibc.patch \ " -SRC_URI_append_linux-uclibc = ${UCLIBC_PATCHES} -SRC_URI_append_linux-uclibceabi = ${UCLIBC_PATCHES} +SRC_URI_append_libc-uclibc = ${UCLIBC_PATCHES} INITSCRIPT_NAME = "ntpclient" INITSCRIPT_PARAMS = "defaults 65" -- 2.39.5