aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-31 22:10:40 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-31 22:14:18 +0000
commit4240c659257f62f8128c89cfe62285ffc130f7c5 (patch)
tree132e765058ff4be1354252e37f3e1c5518ac5959
parente8e566d8582c46030197e60bf5d28e9a3362de7b (diff)
downloadmeta-opie-4240c659257f62f8128c89cfe62285ffc130f7c5.tar.gz
opie-taskbar: drop unnecessary FILES line
All of the directories being added are in the FILES value already, and in any case this triggers a warning, so just drop it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-opie/opie-taskbar/opie-taskbar.inc b/recipes-opie/opie-taskbar/opie-taskbar.inc
index 45515c7..c46a750 100644
--- a/recipes-opie/opie-taskbar/opie-taskbar.inc
+++ b/recipes-opie/opie-taskbar/opie-taskbar.inc
@@ -62,5 +62,3 @@ do_install() {
install -m 0755 ${WORKDIR}/etc/03opiesignal ${D}${sysconfdir}/apm/event.d/
install -m 0644 ${WORKDIR}/etc/opie_sysevents.conf ${D}${sysconfdir}/
}
-
-FILES_opie-taskbar_append = " ${sysconfdir} ${palmtopdir}/apps ${palmtopdir}/pics"