aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-31 22:07:37 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-31 22:14:18 +0000
commite8e566d8582c46030197e60bf5d28e9a3362de7b (patch)
tree4731c042444c3ce0d4b0a9a7b0efffb55509b4bb
parent945ada3843101b24df8dfae6e393468f11563656 (diff)
downloadmeta-opie-e8e566d8582c46030197e60bf5d28e9a3362de7b.tar.gz
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 <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-systemtime/opie-systemtime.inc2
1 files changed, 0 insertions, 2 deletions
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"