aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 21994c9848..22898fef3c 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}/
}