aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-09-12 12:27:01 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2010-10-19 00:47:10 +0100
commit85283a8fa1581a3e5522008451a9bc138678ecc0 (patch)
treeb4b35a40dd059c9337ceed275044cff73fa77ef3 /recipes
parent42ad5ee9206a2b5cc78fa3146f6f83f07e6568f0 (diff)
downloadopenembedded-85283a8fa1581a3e5522008451a9bc138678ecc0.tar.gz
opie-taskbar: install /etc/opie_sysevents.conf
Diffstat (limited to 'recipes')
-rw-r--r--recipes/opie-taskbar/opie-taskbar_cvs.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/opie-taskbar/opie-taskbar_cvs.bb b/recipes/opie-taskbar/opie-taskbar_cvs.bb
index 15df0a0ea9..20fc6e8a21 100644
--- a/recipes/opie-taskbar/opie-taskbar_cvs.bb
+++ b/recipes/opie-taskbar/opie-taskbar_cvs.bb
@@ -1,6 +1,6 @@
require ${PN}.inc
PV = "${OPIE_GIT_PV}"
-PR = "r20"
+PR = "r21"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate \
${OPIE_GIT};protocol=git;subpath=noncore/settings/mediummount \
@@ -22,5 +22,6 @@ SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate \
do_install_append() {
install -d ${D}${bindir} ${D}${sysconfdir}/apm/event.d/
install -m 0755 ${WORKDIR}/03opiesignal ${D}${sysconfdir}/apm/event.d/
+ install -m 0644 ${WORKDIR}/etc/opie_sysevents.conf ${D}${sysconfdir}/
}