opie-taskbar: install /etc/opie_sysevents.conf
authorPaul Eggleton <bluelightning@bluelightning.org>
Sun, 12 Sep 2010 11:27:01 +0000 (12:27 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Mon, 18 Oct 2010 23:47:10 +0000 (00:47 +0100)
recipes/opie-taskbar/opie-taskbar_cvs.bb

index 15df0a0..20fc6e8 100644 (file)
@@ -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}/
 }