From e8e566d8582c46030197e60bf5d28e9a3362de7b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 31 Oct 2015 22:07:37 +0000 Subject: opie-systemtime: drop unnecessary FILES line This FILES line isn't actually doing anything useful - we're not installing the file to /etc, we're installing it to ${palmtopdir}/etc. I'm not immediately sure if that's correct, but even if it wasn't we wouldn't need to add ${sysconfdir} anyway, and in any case it causes a warning, so just drop it for now. Signed-off-by: Paul Eggleton --- recipes-opie/opie-systemtime/opie-systemtime.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-opie/opie-systemtime/opie-systemtime.inc') diff --git a/recipes-opie/opie-systemtime/opie-systemtime.inc b/recipes-opie/opie-systemtime/opie-systemtime.inc index 7bbf4b4..827faf2 100644 --- a/recipes-opie/opie-systemtime/opie-systemtime.inc +++ b/recipes-opie/opie-systemtime/opie-systemtime.inc @@ -19,5 +19,3 @@ do_install() { install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ install -m 0644 ${WORKDIR}/etc/ntpservers ${D}${palmtopdir}/etc } - -FILES_opie-systemtime_append = " /etc/ntpservers" -- cgit 1.2.3-korg