aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntpclient/ntpclient_2007_365.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:55:43 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:06 -0700
commitb94cfdb521c180e014a1462dbdcae8b2c25e5158 (patch)
tree7d1c6f8150dab3adf48c71635487079c94d3a6fe /recipes/ntpclient/ntpclient_2007_365.bb
parentef963a0f1684499a4d755ac04cdd527d4700f43d (diff)
downloadopenembedded-b94cfdb521c180e014a1462dbdcae8b2c25e5158.tar.gz
ntpclient: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ntpclient/ntpclient_2007_365.bb')
-rw-r--r--recipes/ntpclient/ntpclient_2007_365.bb5
1 files 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 <larry@doolittle.boa.org>"
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"