From: Tom Rini Date: Wed, 19 Jan 2011 00:55:43 +0000 (-0700) Subject: ntpclient: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94cfdb521c180e014a1462dbdcae8b2c25e5158;p=openembedded.git ntpclient: Switch to libc-uclibc Signed-off-by: Tom Rini --- 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"