[oe-commits] Paul Eggleton : opie-taskbar: install /etc/opie_sysevents.conf

git version control git at git.openembedded.org
Sun Sep 12 11:36:08 UTC 2010


Module: openembedded.git
Branch: bluelightning/opie-git
Commit: 374f524cab9e8e7bd7c8cc421fcfe32636d8075a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=374f524cab9e8e7bd7c8cc421fcfe32636d8075a

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Sun Sep 12 12:27:01 2010 +0100

opie-taskbar: install /etc/opie_sysevents.conf

---

 recipes/opie-taskbar/opie-taskbar_cvs.bb |    3 ++-
 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 21994c9..22898fe 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}/
 }
 





More information about the Openembedded-commits mailing list