aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-09-12 12:27:01 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2010-09-12 12:27:01 +0100
commit374f524cab9e8e7bd7c8cc421fcfe32636d8075a (patch)
tree486862f173283ce33cf7f06049a6c9596c02497e
parent7a38e4c8fb256b18360bf8209c6c734d8eb400db (diff)
downloadopenembedded-374f524cab9e8e7bd7c8cc421fcfe32636d8075a.tar.gz
opie-taskbar: install /etc/opie_sysevents.conf
-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}/
}